Overload List

  NameDescription
Public methodIncludes(DateTime, DateTime)
Gets whether the pattern occurs on the specified day, assuming a given start date.
Public methodIncludes(DateTime, DateTime, DateTime)
Gets whether the pattern occurs on the specified day, assuming a given start and end date.
Public methodIncludes(DateTime, DateTime, Int32)
Gets whether the pattern occurs on the specified day, assuming a given start date and maximum occurrence count.
Protected methodIncludes(DateTime, DateTime, Boolean, Nullable<(Of <<'(Int32>)>>))
When overridden in a derived class, gets whether the pattern occurs on the specified day, assuming a given start date and maximum occurrence count.

See Also