RecurrencePatternDaysOfWeekMask Property |
Gets or sets the bit mask that specifies the week days on which the event
recurs.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public RecurrenceDay DaysOfWeekMask { get; set; }
Public Property DaysOfWeekMask As RecurrenceDay
Get
Set
public:
property RecurrenceDay DaysOfWeekMask {
RecurrenceDay get ();
void set (RecurrenceDay value);
}
member DaysOfWeekMask : RecurrenceDay with get, set
Property Value
Type:
RecurrenceDayA 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