Retrieves or assigns the names of the months in their abbreviated form.
[Visual Basic] Overridable Public Property AbbreviatedMonthNames As String () [C#] public string[] AbbreviatedMonthNames {virtual get; virtual set;} [C++] public: __property virtual String* get_AbbreviatedMonthNames(); public: __property virtual void set_AbbreviatedMonthNames(String*[]); [JScript] public function get AbbreviatedMonthNames() : String[]; public function set AbbreviatedMonthNames(String[]);
Retrieves and assigns the contents of the abbreviated month names array.
Note that the length of the array must be 13, since some calendars have 13 months. If you are working with a 12 month calendar, the 13th element in the array should be an empty string. For the invariant
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace