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

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.v18.2.dll

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