Skip to main content

RecurrenceInfo Constructors

Contains a recurring appointment's recurrence information.
Name Parameters Description
RecurrenceInfo() none Initializes a new instance of the RecurrenceInfo class with default settings.
RecurrenceInfo(DateTime) start Initializes a new instance of the RecurrenceInfo class with the specified start date.
RecurrenceInfo(DateTime, DateTime) start, end Initializes a new instance of the RecurrenceInfo class with the specified start date and end date.
RecurrenceInfo(DateTime, Int32) start, occurrenceCount Initializes a new instance of the RecurrenceInfo class with the specified start date and count value.
RecurrenceInfo(DateTime, TimeSpan) start, duration Initializes a new instance of the RecurrenceInfo class with the specified start date and duration.
See Also