NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimeFormatInfo.AbbreviatedMonthNames

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[]);

Property Value

Retrieves and assigns the contents of the abbreviated month names array.

Remarks

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

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace