| C1.Win.Calendar Namespace > CalendarSettings Class : FirstDayOfWeek Property |
'Declaration<C1DescriptionAttribute("Gets or sets the first day of the week as displayed in the month calendar.")> <LocalizableAttribute(True)> <DefaultValueAttribute()> Public Property FirstDayOfWeek As Day
'UsageDim instance As CalendarSettings Dim value As Day instance.FirstDayOfWeek = value value = instance.FirstDayOfWeek
[C1Description("Gets or sets the first day of the week as displayed in the month calendar.")] [Localizable(true)] [DefaultValue()] public Day FirstDayOfWeek {get; set;}
[C1Description("Gets or sets the first day of the week as displayed in the month calendar.")] [Localizable(true)] [DefaultValue()] public: property Day FirstDayOfWeek { Day get(); void set ( Day value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2