RecurrenceInfo.Periodicity Property
Gets or sets the frequency with which the appointment occurs (for example, every Nth month).
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public int Periodicity { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The number that specifies how often the occurrences are. |
Implements
See Also