MonthCalendar.ShowTime

Syntax

ShowTime: Boolean

Description

The ShowTime property sets the visibility of the elements for date entering.

Comments

By default the property is set to True that is the items for date input are displayed.

Example

To execute the example, create the MonthCalendar component (see Example of Creating the MonthCalendar Component). Use theShowTime property for the elements of the date entering not to be displayed:

ShowTime: false

See also:

MonthCalendar