IDateTimePicker.Reset

Syntax

Reset([Empty: Boolean = True]);

Parameters

Empty is the optional parameter that determines cleaning 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 cleaning is passed by the Empty parameter.

See also:

IDateTimePicker