Skip to main content

YearlyRecurrenceViewModel.DayNumber Property

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

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

Assembly: DevExpress.Web.ASPxScheduler.v23.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