Retrieves or assigns the first week of the year.
[Visual Basic] Overridable Public Property FirstWeekOfYear As Integer [C#] public int FirstWeekOfYear {virtual get; virtual set;} [C++] public: __property virtual int get_FirstWeekOfYear(); public: __property virtual void set_FirstWeekOfYear(int); [JScript] public function get FirstWeekOfYear() : int; public function set FirstWeekOfYear(int);
Retrieves and assigns an integer representing the first week of the year. For the invariant DateTimeFormatInfo, the value is 0.
Note: Assignment is not allowed if the DateTimeFormatInfo object is read-only.
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace