Skip to main content

ISchedulerRecurrenceInfo.Month Property

Specifies the month on which the appointment reoccurs.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

int Month { get; set; }

Property Value

Type Description
Int32

A positive integer value that specifies the month number.

Remarks

If the Type property is set to Yearly, use the Month property to specify the ordinal number of the month in which the appointment occurs. Aceptable values are from 1 to 12 (from January to December). If you specify a value that is less than 1 or greater than 12, 1 or 12 is assigned automatically.

If the Type property is set to other values, the Month property is ignored.

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

See Also