Skip to main content

ISchedulerRecurrenceInfo.Frequency Property

Specifies the frequency with which the appointment reoccurs based on the Type property value.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

int Frequency { get; set; }

Property Value

Type Description
Int32

The frequency with which the appointment reoccurs.

Remarks

The Type property specifies the unit of time used to calculate appointments repeats (daily, weekly, monthly, or yearly). Use the Frequency property to set the interval that defines the recurrence’s frequency (for instance, every Nth day, every Nth week, every Nth month, every Nth year).

See the DxSchedulerRecurrenceInfo class description for more information and an example.

See Also