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 RecurrenceDayPattern
public RecurrenceDayPattern()
public virtual int Cycle { get; set; }
[JsonIgnore] public RecurrenceDailyPattern? Pattern { get; set; }
[JsonProperty("Pattern")] public string Pattern_String { get; set; }
Was this page helpful?