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

YearlyRecurrenceControl.Month Property

Gets or sets the month’s number.

Namespace: DevExpress.Web.ASPxScheduler.Controls

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

[DefaultValue(1)]
public int Month { get; set; }

Property Value

Type Default Description
Int32 1

An integer, representing a month’s number.

Remarks

YearlyRecurrenceMonth

Month names are obtained via the DateTimeFormatInfo class methods and depend on the current culture settings.

The client-side setting is available via the YearlyRecurrenceControl.ClientMonth property.

See Also