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

AppointmentRecurrenceFormSettings.DayNumber Property

Gets or sets the month’s day number in which the appointment is scheduled.

Namespace: DevExpress.Web.Mvc

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

Declaration

public int DayNumber { get; set; }

Property Value

Type Description
Int32

An integer, specifying the day of the month.

Remarks

If the recurrence pattern is defined on a monthly or yearly time basis, the DayNumber property specifies the number of the day within a month. This is used to calculate the date on which the corresponding appointment will reoccur. The effective values for this property are 1 to 31 inclusive, which corresponds to the days within a month.

This property corresponds to the RecurrenceInfo.DayNumber property.

See Also