ByDayCollection Class |
Namespace: Aspose.Email.Calendar.Recurrences
The ByDayCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | (Inherited from CollectionByDay.) |
![]() | Item | (Inherited from CollectionByDay.) |
![]() | Items | (Inherited from CollectionByDay.) |
Name | Description | |
---|---|---|
![]() | Add(DayOfWeek) |
Creates and adds a ByDay that represents all occurrences of the day of the week to the collection.
|
![]() | Add(ByDay) |
Adds a ByDay to the collection.
|
![]() | Add(Int32, DayOfWeek) |
Creates and adds a ByDay to the collection.
|
![]() | Clear | (Inherited from CollectionByDay.) |
![]() | ClearItems | (Inherited from CollectionByDay.) |
![]() | Contains(DayOfWeek) |
Returns a value indicating whether a specified day of week is present in the collection.
|
![]() | Contains(T) | (Inherited from CollectionByDay.) |
![]() | CopyTo | (Inherited from CollectionByDay.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from CollectionByDay.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf | (Inherited from CollectionByDay.) |
![]() | Insert | (Inherited from CollectionByDay.) |
![]() | InsertItem | (Inherited from CollectionByDay.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | (Inherited from CollectionByDay.) |
![]() | RemoveAt | (Inherited from CollectionByDay.) |
![]() | RemoveItem | (Inherited from CollectionByDay.) |
![]() | SetItem | (Inherited from CollectionByDay.) |
![]() | ToString | (Inherited from Object.) |
Corresponds to the BYDAY part of the recurrence rule.
The BYDAY rule specifies a list of days of the week for a monthly or yearly recurrence rule.
For each day of the week, a specific Nth occurrence or all occurrences can be specified.