Class EventRecurrenceRangeOptions
Options that can be set for the recurrence range
public class EventRecurrenceRangeOptions
- Inheritance
-
EventRecurrenceRangeOptions
- Inherited Members
Properties
EndDate
End date
public DateTime EndDate { get; set; }
Property Value
NumberOfOccurences
Amount of occurences
public int NumberOfOccurences { get; set; }
Property Value
RecurrenceTimeZone
Time zone
public string RecurrenceTimeZone { get; set; }
Property Value
StartDate
Start date
public DateTime StartDate { get; set; }
Property Value
Type
Range type
public EventRecurrenceRangeType Type { get; set; }