DateTimeFormatInfo.AbbreviatedMonthNames Property
Gets a one-dimensional array of String objects that contain the culture-specific abbreviated names of the months.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Syntax
public string [] AbbreviatedMonthNames { get; }
Property Value
A one-dimensional array of String objects that contain the culture-specific abbreviated names of the months. In a 12-month calendar, the 13th object in the array is an empty string.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.
See Also
Reference
DateTimeFormatInfo Class
DateTimeFormatInfo Members
System.Globalization Namespace