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.FirstDayOfWeek

Retrieves or assigns the first day of the week, with a default value of 0.

[Visual Basic]
Overridable Public Property FirstDayOfWeek As Integer
[C#]
public int FirstDayOfWeek {virtual get; virtual set;}
[C++]
public: __property virtual int get_FirstDayOfWeek();
public: __property virtual void set_FirstDayOfWeek(int);
[JScript]
public function get FirstDayOfWeek() : int;
public function set FirstDayOfWeek(int);

Property Value

RAn integer representing the first day of the week. The default 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