Skip to main content

MonthlyRecurrenceViewModel.DayNumber Property

Gets or sets the ordinal number of a day within a defined month.

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public int DayNumber { get; set; }

#Property Value

Type Description
Int32

A positive integer value that specifies the day number within a month.

See Also