Class GuildScheduledEventRecurrenceRule
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class GuildScheduledEventRecurrenceRule : IJsonModel<JsonGuildScheduledEventRecurrenceRule>
- Inheritance
-
GuildScheduledEventRecurrenceRule
- Implements
-
- Inherited Members
-
Constructors
GuildScheduledEventRecurrenceRule(JsonGuildScheduledEventRecurrenceRule)
public GuildScheduledEventRecurrenceRule(JsonGuildScheduledEventRecurrenceRule jsonModel)
Parameters
jsonModel
JsonGuildScheduledEventRecurrenceRule
Properties
ByMonth
public GuildScheduledEventRecurrenceRuleMonth? ByMonth { get; }
Property Value
- GuildScheduledEventRecurrenceRuleMonth?
ByMonthDay
public IReadOnlyList<int>? ByMonthDay { get; }
Property Value
- IReadOnlyList<int>
ByNWeekday
public GuildScheduledEventRecurrenceRuleNWeekday ByNWeekday { get; }
Property Value
- GuildScheduledEventRecurrenceRuleNWeekday
ByWeekday
public GuildScheduledEventRecurrenceRuleWeekday? ByWeekday { get; }
Property Value
- GuildScheduledEventRecurrenceRuleWeekday?
ByYearDay
public IReadOnlyList<int>? ByYearDay { get; }
Property Value
- IReadOnlyList<int>
Count
public int? Count { get; }
Property Value
- int?
EndAt
public DateTimeOffset? EndAt { get; }
Property Value
- DateTimeOffset?
Frequency
public GuildScheduledEventRecurrenceRuleFrequency Frequency { get; }
Property Value
- GuildScheduledEventRecurrenceRuleFrequency
Interval
public int Interval { get; }
Property Value
- int
StartAt
public DateTimeOffset? StartAt { get; }
Property Value
- DateTimeOffset?