DateTimeFormatInfo.AbbreviatedDayNames Property
Assembly: mscorlib (in mscorlib.dll)
/** @property */ public String[] get_AbbreviatedDayNames () /** @property */ public void set_AbbreviatedDayNames (String[] value)
public function get AbbreviatedDayNames () : String[] public function set AbbreviatedDayNames (value : 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".| Exception type | Condition |
|---|---|
| The property is being set to a null reference (Nothing in Visual Basic). |
|
| The property is being set to an array that is multidimensional or whose length is not exactly 7. |
|
| The property is being set and the DateTimeFormatInfo is read-only. |
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.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.