DateTimeFormatInfo.AbbreviatedMonthNames Property
Assembly: mscorlib (in mscorlib.dll)
/** @property */ public String[] get_AbbreviatedMonthNames () /** @property */ public void set_AbbreviatedMonthNames (String[] value)
public function get AbbreviatedMonthNames () : String[] public function set AbbreviatedMonthNames (value : String[])
Property Value
A one-dimensional array of type String containing the culture-specific abbreviated names of the months. In a 12-month calendar, the 13th element of the array is an empty string. The array for InvariantInfo contains "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", and "".| 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 13. |
|
| 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 13 elements. Calendar objects accommodate calendars with 13 months.
If the custom pattern includes the format pattern "MMM", DateTime.ToString displays the value of AbbreviatedMonthNames in place of the "MMM" in the format pattern.
This property is affected if the value of the Calendar property changes. If the selected Calendar does not support abbreviated month names, the array contains the full month 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.