Class RecurrenceRuleByNWeekdayProperties
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
public class RecurrenceRuleByNWeekdayProperties
- Inheritance
-
RecurrenceRuleByNWeekdayProperties
- Inherited Members
Constructors
RecurrenceRuleByNWeekdayProperties()
public RecurrenceRuleByNWeekdayProperties()
RecurrenceRuleByNWeekdayProperties(int, RecurrenceRuleWeekday)
public RecurrenceRuleByNWeekdayProperties(int week, RecurrenceRuleWeekday day)
Parameters
week
intday
RecurrenceRuleWeekday
Properties
Day
Gets or sets the day within a week to reoccur on.
public RecurrenceRuleWeekday Day { get; set; }
Property Value
Week
Gets or sets the week to reoccur on. (from 1 to 5)
public int Week { get; set; }