Struct RecurrenceRuleByNWeekday
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
public readonly struct RecurrenceRuleByNWeekday
- Inherited Members
Properties
Day
Gets the day within a week to reoccur on.
public RecurrenceRuleWeekday Day { get; }
Property Value
Week
Gets the week to reoccur on. (from 1 to 5)
public int Week { get; }