The EveryNDaysRecurrencePattern type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EveryNDaysRecurrencePattern |
Initializes a new instance of the EveryNDaysRecurrencePattern class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Includes(DateTime, DateTime) |
Gets whether the pattern occurs on the specified day, assuming a given start date.
(Inherited from RecurrencePattern.) |
![]() | Includes(DateTime, DateTime, DateTime) |
Gets whether the pattern occurs on the specified day, assuming a given start and end date.
(Inherited from RecurrencePattern.) |
![]() | Includes(DateTime, DateTime, Int32) |
Gets whether the pattern occurs on the specified day, assuming a given start date
and maximum occurrence count.
(Inherited from RecurrencePattern.) |
![]() | Includes(DateTime, DateTime, Boolean, Nullable<(Of <<'(Int32>)>>)) |
Gets whether the pattern occurs on the specified day, assuming a given start date
and maximum occurrence count.
(Overrides RecurrencePattern..::..Includes(DateTime, DateTime, Boolean, Nullable<(Of <<'(Int32>)>>)).) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | DailyInterval |
Gets the number of days between occurrences.
|
![]() | SkipDates |
Gets a collection containing all the dates that are included in this RecurrencePattern but have been skipped.
Adding a date to this collection will prevent schedule items from occuring on that date based on this pattern.
(Inherited from RecurrencePattern.) |
Events
Name | Description | |
---|---|---|
![]() | SkipDatesChanged |
Occurs when the contents of the SkipDates collection changes.
(Inherited from RecurrencePattern.) |