Skip to main content
A newer version of this page is available. .

RecurrenceInfo Constructors

Contains a recurring appointment’s reoccurrence information.
Name Parameters Description
RecurrenceInfo() none Initializes a new instance of the RecurrenceInfo class with the default settings.
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.
RecurrenceInfo(DateTime) start Initializes a new instance of the RecurrenceInfo class with the specified start date.
See Also