MonthCalendar.Today Property (Typed) | |
The date specified as "today" for the MonthCalendar control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Today AS DATE GET SET
public virtual Date Today { get; set; }
Request Example
View SourceProperty Value
Type:
DateThe date specified as "today" for the MonthCalendar control.
See Also