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