DisplayedMonth Property (FlexDateChooser)

Action

Gets the month displayed in the DateChooser control.

Month numbers are zero-based, so January is 0 and December is 11. Setting this property changes the appearance of the DateChooser control.

The default value is the current month.

Syntax

C#
protected Integer displayedMonth { get; }
VB
'Declaration
Protected Read Property displayedMonth As Integer

Access

Read only.