MonthCalendar.FirstDayOfWeek Property | |
An integer specifying the first day of the week (Monday=0, Tuesday=1, etc.).
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY FirstDayOfWeek AS USUAL GET SET
public virtual Usual FirstDayOfWeek { get; set; }
Request Example
View SourceProperty Value
Type:
UsualAn integer specifying the first day of the week (Monday=0, Tuesday=1, etc.).
See Also