Retrieves or assigns the abbreviated day names array. The default values are {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}.
[Visual Basic] Overridable Public Property AbbreviatedDayNames As String () [C#] public string[] AbbreviatedDayNames {virtual get; virtual set;} [C++] public: __property virtual String* get_AbbreviatedDayNames(); public: __property virtual void set_AbbreviatedDayNames(String*[]); [JScript] public function get AbbreviatedDayNames() : String[]; public function set AbbreviatedDayNames(String[]);
. The abbreviated names of the days of the week.
The length of this array must be 7. For the invariant
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace