IBindingDateTimePicker.Time

Syntax

Time: Boolean;

Description

The Time property determines value of the SHOWTIME parameter in binding string.

Comments

The SHOWTIME parameter determines whether time editor is present. This parameter is used on setting up time and date/time editors. For time editors the parameter should be set to True. For date/time editor: if the value is set to True, the editor enables the time change; if the value is set to False, it is not possible to change time, but time will be displayed after exiting from the editor.

The Time property is available if the TimeDefined property is set to True. If the Time property is changed, the TimeDefined property is automatically set to True.

Example

The example of use is given in description of the CheckBox property.

See also:

IBindingDateTimePicker