Class CalendarRecurrencePattern
Inheritance
CalendarRecurrencePattern
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class CalendarRecurrencePattern
Properties
|
Edit this page
View Source
DayOfMonth
Declaration
[JsonProperty("dayOfMonth")]
public int? DayOfMonth { get; set; }
Property Value
|
Edit this page
View Source
DaysOfWeek
Declaration
[JsonProperty("daysOfWeek")]
public List<string> DaysOfWeek { get; set; }
Property Value
|
Edit this page
View Source
FirstDayOfWeek
Declaration
[JsonProperty("firstDayOfWeek")]
public string FirstDayOfWeek { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[JsonProperty("index")]
public string Index { get; set; }
Property Value
|
Edit this page
View Source
Interval
Declaration
[JsonProperty("interval")]
public int? Interval { get; set; }
Property Value
|
Edit this page
View Source
Month
Declaration
[JsonProperty("month")]
public int? Month { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Extension Methods