ShowTime Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Specifies whether to display the time portion of the component’s TDateTime value.

Declaration

componentPropObj.ShowTime
Read-Write Property Boolean
componentPropObj     One of the objects listed in the Applies To section  

Applies To

The property applies to the following objects:

TcxDateEditProperties

Description

Generally the TcxDateEdit component only represents the date information. However, it can store and display time information as well. To provide the component with the time information, enable the SaveTime property and assign a non-integer floating-point value to the component’s Date or EditValue property. Use the ShowTime property to determine the visibility of time information if it is provided.

Property Value

True, if the time portion is displayed, False otherwise.

See Also

TcxDateEdit Object
SaveTime Property

Highlight search results