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[]);
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
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace