IWebDateTimePicker.MaxValue

Syntax

MaxValue: DateTime;

Description

The MaxValue property determines the maximum value that will be available for input in the component.

Comments

The property value should not be greater than the value specified in the MinValue property. If the MaxValue property is undefined, the maximum allowed date is 18.12.3001 23:59:59.

Example

The property use is given in the example for IWebDateTimePicker.Value.

See also:

IWebDateTimePicker