Specifies an array of strings containing the culture-specific names of the months, started from January.
[Visual Basic]
Public Property MonthNames As
String()
[C#]
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
Calendar Class | EO.Web Namespace