Skip to main content

YearlyRecurrenceControl.ClientMonth Property

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

Namespace: DevExpress.Web.ASPxScheduler.Controls

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

NuGet Package: DevExpress.Web.Scheduler

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