Table of Contents
DayNames Property

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

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

If DayHeaderFormat property is set to Full, 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