Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets a one-dimensional string array that contains the culture-specific abbreviated names of the months.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public ReadOnly Property AbbreviatedMonthNames As String()
public string[] AbbreviatedMonthNames { get; }
public:
property array<String^>^ AbbreviatedMonthNames {
array<String^>^ get ();
}
member AbbreviatedMonthNames : string[] with get
function get AbbreviatedMonthNames () : String[]
Property Value
Type: array<System. . :: . .String> [] () [] []
A one-dimensional string array with 13 elements that contains the culture-specific abbreviated names of the months. For 12-month calendars, 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 "".
Remarks
If you set this property, the array must be one-dimensional with exactly 13 elements. Calendar objects accommodate calendars with 13 months.
If you set the AbbreviatedMonthNames property, you must also set the AbbreviatedMonthGenitiveNames property. The AbbreviatedMonthNames and AbbreviatedMonthGenitiveNames properties are used to format dates using the following format strings:
A standard date and time format string that aliases a custom format string that includes the "MMM" format specifier.
A custom date and time format string that includes the "MMM" format specifier.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.