Click or drag to resize
WeeklyRecurrenceRuleDaysOfWeekMask Property
Gets the bit mask that specifies the week days on which the event recurs.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public RecurrenceDay DaysOfWeekMask { get; }

Property Value

Type: RecurrenceDay
A bit mask that specifies the week days on which the event recurs.
Remarks
For additional information on how to create masks see the RecurrenceDay documentation.
See Also