RecurrenceInfo() Constructor
Initializes a new instance of the RecurrenceInfo class with the default settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Remarks
In this case the RecurrenceInfo.OccurrenceCount property will be set to 1, and the RecurrenceInfo.Month and RecurrenceInfo.DayNumber properties will be set to the month and day specified by the RecurrenceInfo.Start property (which is equal to MinValue at this moment), respectively.
See Also