MonthCalendar.Selection Property | |
The currently selected date. In the case of a multiple selection, the starting date is returned.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Selection AS USUAL GET SET
public virtual Usual Selection { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe currently selected date. In the case of a multiple selection, the starting date is returned.
See Also