MaxDate Property

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

Specifies the maximum date value represented by the component.

Declaration

componentPropObj.MaxDate
Read-Write Property Float
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxDateEditProperties

Description

The MaxDate property lets you get or set the upper limit for the date value that is represented by a TcxDateEdit component. The MaxDate and MinDate properties define the total range for the component’s EditValue and Date.

Note that the MaxDate property cannot be set to a value smaller than the MinDate property value, and vice versa.

If the supplied EditValue is greater than the MaxDate property setting, an exception occurs.

Property Value

A floating-point number that determines the maximum date represented by the component.

See Also

Date Property
EditValue Property
MinDate Property

Highlight search results