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

Calendar.AbbreviatedMonthNames Property

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

[Visual Basic]
Public Property AbbreviatedMonthNames As String()
[C#]
public String[] AbbreviatedMonthNames {get; set;}

Remarks

This property is used with TitleFormat property. When TitleFormat property specifies an abbreviation month format (MMM) to be displayed as title of each month, this property is used to display the abbreviated month names.

See Also

Calendar Class | EO.Web Namespace


Direct link to this topic