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);
RAn integer representing the first day of the week. The default value is 0.
Note: Assignment is not allowed if the DateTimeFormatInfo object is read-only.
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace