Class RecurrenceDays
Specifies the days of the week. Members might be combined using bitwise operations to specify multiple days.
Inheritance
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public sealed class RecurrenceDays : Enum
Remarks
The constants in the RecurrenceDays enumeration might be combined with bitwise operations to represent any combination of days. It is designed to be used in conjunction with the RecurrencePattern class to filter the days of the week for which the recurrence pattern applies.
Fields
EveryDay
Indicates the range from Sunday to Saturday inclusive.
Declaration
public const RecurrenceDays EveryDay
Field Value
RecurrenceDays
|
Friday
Monday
None
Saturday
Sunday
Thursday
Tuesday
value__
Declaration
public int value__
Field Value
System.Int32
|
Wednesday
WeekDays
Indicates the range from Monday to Friday inclusive.
Declaration
public const RecurrenceDays WeekDays
Field Value
RecurrenceDays
|
WeekendDays
Indicates the range from Saturday to Sunday inclusive.
Declaration
public const RecurrenceDays WeekendDays
Field Value
RecurrenceDays
|