IRecurrenceInfo.Start Property
Gets or sets the recurrence’s start date.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
DateTime Start { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime | The recurrence’s start date. |
See Also