Table of Contents

Enum NthOccurrence

Namespace
Encryptomatic.MailDex.Lib.Messaging.Calendar
Assembly
MailDex.Lib.dll

Possible values for the occurrence of the recurrence's days in each month in which the recurrence falls.

public enum NthOccurrence

Fields

First = 1

The recurrence falls on the first occurrence of the days specified in every month.

Fourth = 4

The recurrence falls on the fourth occurrence of the days specified in every month.

Last = 5

The recurrence falls on the last occurrence of the days specified in every month.

Second = 2

The recurrence falls on the second occurrence of the days specified in every month.

Third = 3

The recurrence falls on the third occurrence of the days specified in every month.