Gets or sets a one-dimensional array of type System.String containing the culture-specific abbreviated names of the days of the week.

Namespace:  C1.Web.iPhone.C1Calendar
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public string[] AbbreviatedDayNames { get; }
Visual Basic
Public ReadOnly Property AbbreviatedDayNames As String()
	Get

See Also