Back to Devexpress

RecurrenceInfo Constructors

corelibraries-devexpress-dot-xtrascheduler-dot-recurrenceinfo-dot-ctor.md

latest1.8 KB
Original Source

RecurrenceInfo Constructors

Contains a recurring appointment’s reoccurrence information.

NameParametersDescription
RecurrenceInfo()noneInitializes a new instance of the RecurrenceInfo class with the default settings.
RecurrenceInfo(DateTime, DateTime)start, endInitializes a new instance of the RecurrenceInfo class with the specified start date and end date.
RecurrenceInfo(DateTime, Int32)start, occurrenceCountInitializes a new instance of the RecurrenceInfo class with the specified start date and count value.
RecurrenceInfo(DateTime, TimeSpan)start, durationInitializes a new instance of the RecurrenceInfo class with the specified start date and duration.
RecurrenceInfo(DateTime)startInitializes a new instance of the RecurrenceInfo class with the specified start date.

See Also

RecurrenceInfo Class

RecurrenceInfo Members

DevExpress.XtraScheduler Namespace