Table of Contents
AbbreviatedMonthNames Property

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

Syntax
 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