Table of Contents
MonthNames Property

Specifies an array of strings containing the culture-specific names of the months, started from January.

Syntax
 public String[] MonthNames { get; set; }
Remarks

This property is used with TitleFormat property. When TitleFormat property specifies a full month format (MMMM) to be displayed as title of each month, this property is used to display the full month names.

See Also