Skip to main content
A newer version of this page is available. .

AppointmentRecurrenceFormSettings.Month Property

Gets the month (as a number) on which the appointment re-occurs.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public int Month { get; set; }

Property Value

Type Description
Int32

A positive integer value that specifies the month’s ordinal number.

Remarks

If the recurrence pattern is based on a yearly repetition, the Month property specifies the number of the month on which the corresponding appointment re-occurs. The effective values for this property are 1 to 12 inclusive, which identifies the months from January to December respectively.

This property corresponds to the RecurrenceInfo.Month property.

See Also