Gets the day of week mask.

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

Syntax

C#
[JsonAttribute(true)]
public int DayOfWeekMask { get; }
Visual Basic
<JsonAttribute(True)> _
Public ReadOnly Property DayOfWeekMask As Integer
	Get

Field Value

The day of week mask.

See Also