NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimeFormatInfo.FirstWeekOfYear

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);

Property Value

Retrieves and assigns an integer representing the first week of the year. For the invariant DateTimeFormatInfo, the value is 0.

Remarks

Note: Assignment is not allowed if the DateTimeFormatInfo object is read-only.

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace