Gets or sets the 3-letter abbreviations for the names of the days of the week.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, null)]
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ArrayList AbbreviatedDayNames { get; }
Visual Basic
<JsonAttribute(True, True, Nothing)> _
<BrowsableAttribute(False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public ReadOnly Property AbbreviatedDayNames As ArrayList
	Get

See Also