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.MonthNames

Retrieves or assigns the names of the months.

[Visual Basic]
Overridable Public Property MonthNames As String ()
[C#]
public string[] MonthNames {virtual get; virtual set;}
[C++]
public: __property virtual String* get_MonthNames();
public: __property virtual void set_MonthNames(String*[]);
[JScript]
public function get MonthNames() : String[];
public function set MonthNames(String[]);

Property Value

The contents of the month names array. 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