Attribute.TimeDependent

Syntax

TimeDependent: Boolean;

Description

The TimeDependent property determines whether to show time in value of a DateTime attribute.

Comments

Use JSON or the setTimeDependent method to set the property value, and the getTimeDependent method to get the property value.

By default this property contains the value false.

Example

The example of use is given on the page with description of the Attribute constructor.

See also:

Attribute