Class DiscordScheduledEventRecurrenceRule
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents the recurrence rule for a scheduled event.
public sealed class DiscordScheduledEventRecurrenceRule
- Inheritance
-
DiscordScheduledEventRecurrenceRule
- Inherited Members
- Extension Methods
Properties
- ByMonth
Gets or sets specific months to recur on.
- ByMonthDay
Gets or sets specific dates within a month to recur on.
- ByNWeekday
Gets or sets specific days within a specific week (1-5) to recur on.
- ByWeekday
Gets or sets specific days within a week for the event to recur on.
- ByYearDay
Gets specific dates within a year to recur on.
- Count
Gets the total amount of times that the event is allowed to recur before stopping.
- End
Gets the end time of the recurrence interval.
- Frequency
Gets or sets the frequency of the recurrence.
- Interval
Gets or sets the interval between events.
- Start
Gets or sets the start time of the recurrence interval.