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

Calendar.AbbreviatedDayNames Property

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

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

Calendar Class | EO.Web Namespace


Direct link to this topic