Class EventRecurrencePatternOptions
Options that can be set for the recurrence pattern
public class EventRecurrencePatternOptions
- Inheritance
-
EventRecurrencePatternOptions
- Inherited Members
Properties
DayOfMonth
Day of the month
public int DayOfMonth { get; set; }
Property Value
DaysOfWeek
Days of week of the recurrence event
public List<DayOfWeek> DaysOfWeek { get; set; }
Property Value
FirstDayOfWeek
First day of week
public DayOfWeek FirstDayOfWeek { get; set; }
Property Value
Index
Index
public EventWeekIndex Index { get; set; }
Property Value
Interval
Interval
public int Interval { get; set; }
Property Value
Month
Month
public int Month { get; set; }
Property Value
Type
Type of recurrence
public EventRecurrenceType Type { get; set; }