YearlyRecurrenceControl.ClientMonth Property
Gets the number of a month, specified on the client side.
Namespace: DevExpress.Web.ASPxScheduler.Controls
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer, representing a month’s number. |
Remarks
Month names are obtained via the DateTimeFormatInfo class methods and depend on the current culture settings.
See Also