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

YearlyRecurrenceControl.ClientMonth Property

Gets the number of a month, specified on the client side.

Namespace: DevExpress.Web.ASPxScheduler.Controls

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

Declaration

public int ClientMonth { get; }

Property Value

Type Description
Int32

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.

See Also