Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class RecurrenceInfo
public RecurrenceInfo()
public virtual RecurrenceDate[] Dates { get; set; }
public virtual RecurrenceDayPattern DayPattern { get; set; }
public virtual DateTime EndDate { get; set; }
public virtual bool IsRecurrence { get; set; }
public virtual RecurrenceMonthPattern MonthPattern { get; set; }
[JsonIgnore] public RecurrencePattern? Pattern { get; set; }
[JsonProperty("Pattern")] public string Pattern_String { get; set; }
public virtual int RecurrenceCounter { get; set; }
[JsonIgnore] public RecurrenceEndType? RecurrenceEndType { get; set; }
[JsonProperty("RecurrenceEndType")] public string RecurrenceEndType_String { get; set; }
public virtual int RecurrenceId { get; set; }
public virtual DateTime StartDate { get; set; }
public virtual RecurrenceWeekPattern WeekPattern { get; set; }
public virtual RecurrenceYearPattern YearPattern { get; set; }
Was this page helpful?