IDateTimePicker.Kind

Syntax

Kind: DateTimePickerKind;

Description

The Kind property determines what the component should display: date or time.

Comments

If it displays a date, the DateMode property is set to ComboBox automatically, if it displays time, DateMode = UpDown.

See also:

IDateTimePicker