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 RecurrenceYearPattern
public RecurrenceYearPattern()
public virtual int Cycle { get; set; }
public virtual int Day { get; set; }
[JsonIgnore] public RecurrenceYearlyPattern? Pattern { get; set; }
[JsonProperty("Pattern")] public string Pattern_String { get; set; }
[JsonIgnore] public WeekOfMonth? WeekOfMonth { get; set; }
[JsonProperty("WeekOfMonth")] public string WeekOfMonth_String { get; set; }
[JsonIgnore] public Weekday? Weekday { get; set; }
[JsonProperty("Weekday")] public string Weekday_String { get; set; }
Was this page helpful?