DateTimeFormatInfo.CalendarWeekRule Property
Definition
Gets or sets a value that specifies which rule is used to determine the first calendar week of the year.
public:
property System::Globalization::CalendarWeekRule CalendarWeekRule { System::Globalization::CalendarWeekRule get(); void set(System::Globalization::CalendarWeekRule value); };
public System.Globalization.CalendarWeekRule CalendarWeekRule { get; set; }
member this.CalendarWeekRule : System.Globalization.CalendarWeekRule with get, set
Public Property CalendarWeekRule As CalendarWeekRule
Property Value
A value that determines the first calendar week of the year. The default for InvariantInfo is FirstDay.
Exceptions
The property is being set to a value that is not a valid CalendarWeekRule value.
In a set operation, the current DateTimeFormatInfo object is read-only.
Remarks
This property is affected if the value of the Calendar property changes.