Class CalendarRecurrenceRange
Inheritance
CalendarRecurrenceRange
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class CalendarRecurrenceRange
Properties
|
Edit this page
View Source
EndDate
Declaration
[JsonProperty("endDate")]
public string EndDate { get; set; }
Property Value
|
Edit this page
View Source
NumberOfOccurrences
Declaration
[JsonProperty("numberOfOccurrences")]
public int? NumberOfOccurrences { get; set; }
Property Value
|
Edit this page
View Source
RecurrenceTimeZone
Declaration
[JsonProperty("recurrenceTimeZone")]
public string RecurrenceTimeZone { get; set; }
Property Value
|
Edit this page
View Source
StartDate
Declaration
[JsonProperty("startDate")]
public string StartDate { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Extension Methods