Table of Contents

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 int
day RecurrenceRuleWeekday

Properties

Day

Gets or sets the day within a week to reoccur on.

public RecurrenceRuleWeekday Day { get; set; }

Property Value

RecurrenceRuleWeekday

Week

Gets or sets the week to reoccur on. (from 1 to 5)

public int Week { get; set; }

Property Value

int