Property ByMonth
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
ByMonth
Gets or sets specific months to recur on.
[JsonProperty("by_month", NullValueHandling = NullValueHandling.Include)]
public List<int>? ByMonth { get; set; }
Gets or sets specific months to recur on.
[JsonProperty("by_month", NullValueHandling = NullValueHandling.Include)]
public List<int>? ByMonth { get; set; }