Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Calendar.MonthNames Property

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


Direct link to this topic