Gets or sets a one-dimensional array of type String containing the culture-specific abbreviated names of the days of the week.
[Visual Basic]
Public Property AbbreviatedDayNames As String ()
[C#]
public string[] AbbreviatedDayNames {get; set;}
[C++]
public: __property String* get_AbbreviatedDayNames();
public: __property void set_AbbreviatedDayNames(String* __gc[]);
[JScript]
public function get AbbreviatedDayNames() : String[];
public function set AbbreviatedDayNames(String[]); Property Value
A one-dimensional array of type String containing the culture-specific abbreviated names of the days of the week. The array for InvariantInfo contains "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", and "Sat".
Exceptions
Remarks
If setting this property, the array must be one-dimensional and must have exactly seven elements.
If the custom pattern includes the format pattern "ddd", DateTime.ToString displays the value of AbbreviatedDayNames in place of the "ddd" in the format pattern.
This property is affected if the value of the Calendar property changes. If the selected Calendar does not support abbreviated day names, the array contains the full day names.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace | DayNames | AbbreviatedMonthNames | GetAbbreviatedDayName