IWebDateTimePicker.MinValue

Syntax

MinValue: DateTime;

Description

The MinValue property determines the minimum value that will be available for input in the component.

Comments

The property value should not be greater than the value specified in the MaxValue property. If the MinValue property is undefined, the minimum allowed date is 14.09.1752 00:00:00.

Example

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

See also:

IWebDateTimePicker