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 IReadOnlyList<GuildScheduledEventRecurrenceRuleMonth>? ByMonth { get; }
Property Value
- IReadOnlyList<GuildScheduledEventRecurrenceRuleMonth>
ByMonthDay
public IReadOnlyList<int>? ByMonthDay { get; }
Property Value
- IReadOnlyList<int>
ByNWeekday
public IReadOnlyList<GuildScheduledEventRecurrenceRuleNWeekday>? ByNWeekday { get; }
Property Value
- IReadOnlyList<GuildScheduledEventRecurrenceRuleNWeekday>
ByWeekday
public IReadOnlyList<GuildScheduledEventRecurrenceRuleWeekday>? ByWeekday { get; }
Property Value
- IReadOnlyList<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?