Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ISchedulerRecurrenceInfo.Month Property

Specifies the month on which the appointment reoccurs.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

#Declaration

C#
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