ByDay Class |
Namespace: Aspose.Email.Calendar.Recurrences
The ByDay type exposes the following members.
Name | Description | |
---|---|---|
![]() | ByDay(DayOfWeek) |
Initializes a new instance of ByDay class.
|
![]() | ByDay(Int32, DayOfWeek) |
Initializes a new instance of ByDay class.
|
Name | Description | |
---|---|---|
![]() | DayOfWeek |
Gets or sets the day of the week.
|
![]() | IsAllOccurrences |
Returns True when NthOccurrence is zero (meaning all occurrences of this day of week).
|
![]() | NthOccurrence |
Gets or sets the nth occurrence of the day of the week.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Corresponds to one day of the week specified in the BYDAY part of a recurrence rule.
Can be used in a monthly or yearly recurrence rule to specify Nth occurrence (or all occurrences) of the specified day of the week in a month or year.
BYDAY=MO represents all Mondays of the month or year. To represent all occurrences, set NthOccurrence to 0.
BYDAY=2MO represents 2nd Monday in a month or year.
BYDAY=-1MO represents the last Monday of a month or year.