IDateTimePicker.Reset

Syntax

Reset([Empty: Boolean = True]);

Parameters

Empty - optional parameter that determines clearing of the component. If Empty = False, the date value is restored, if True , it is cleared.

Description

The Reset method clears the date of the component. The way of clearing is passed by the Empty parameter.

See also:

IDateTimePicker