Property ByWeekday
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
ByWeekday
Gets or sets specific days within a week for the event to recur on.
[JsonProperty("by_weekday", NullValueHandling = NullValueHandling.Include)]
public List<RecurrenceRuleWeekday>? ByWeekday { get; set; }