| C1.Win.Calendar Namespace > CalendarSettings Class : CalendarWeekRule Property |
'Declaration<C1DescriptionAttribute("Gets or sets a value that specifies which rule is used to determine the first calendar week of the year.")> <DefaultValueAttribute()> Public Property CalendarWeekRule As CalendarWeekRule
'UsageDim instance As CalendarSettings Dim value As CalendarWeekRule instance.CalendarWeekRule = value value = instance.CalendarWeekRule
[C1Description("Gets or sets a value that specifies which rule is used to determine the first calendar week of the year.")] [DefaultValue()] public CalendarWeekRule CalendarWeekRule {get; set;}
[C1Description("Gets or sets a value that specifies which rule is used to determine the first calendar week of the year.")] [DefaultValue()] public: property CalendarWeekRule CalendarWeekRule { CalendarWeekRule get(); void set ( CalendarWeekRule 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