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

Calendar.DayNames Property

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

[Visual Basic]
Public Property DayNames As String()
[C#]
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

Calendar Class | EO.Web Namespace


Direct link to this topic