Table of Contents
AbbreviatedDayNames Property

Specifies an array of strings containing the culture-specific abbreviated names of the days in a week, started from Sunday.

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

If DayHeaderFormat property is set to Short, this property is used to display as header of days in a week.

The first name should represent Sunday's abbreviated name. If the array is empty, default names will be used.

See Also