Class EventRecurrencePatternOptions
Options that can be set for the recurrence pattern
Inheritance
System.Object
EventRecurrencePatternOptions
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public class EventRecurrencePatternOptions : object
Properties
DayOfMonth
Day of the month
Declaration
public int DayOfMonth { get; set; }
Property Value
System.Int32
|
DaysOfWeek
Days of week of the recurrence event
Declaration
public List<DayOfWeek> DaysOfWeek { get; set; }
Property Value
List<DayOfWeek>
|
FirstDayOfWeek
First day of week
Declaration
public DayOfWeek FirstDayOfWeek { get; set; }
Property Value
DayOfWeek
|
Index
Interval
Interval
Declaration
public int Interval { get; set; }
Property Value
System.Int32
|
Month
Month
Declaration
public int Month { get; set; }
Property Value
System.Int32
|
Type
Type of recurrence
Declaration
public EventRecurrenceType Type { get; set; }
Property Value
EventRecurrenceType
|