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 RecurrenceWeekPattern
public RecurrenceWeekPattern()
public virtual int Cycle { get; set; }
[JsonIgnore] public Weekday? Weekdays { get; set; }
[JsonProperty("Weekdays")] public string Weekdays_String { get; set; }
Was this page helpful?