The IRecurrencePattern type exposes the following members.

Methods

  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.

Extension Methods

  NameDescription
Public Extension MethodToXml
Gets an XElement containing the details of the recurrence pattern.
(Defined by RecurrencePatternXmlSerializer.)

See Also