Overload List

  NameDescription
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>)>)).)

See Also