UpDown Property

       

Returns or sets a value that determines if an up-down control appears to the right of the DateTimePicker control.

Syntax

object.UpDown [= boolean]

The UpDown property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression specifying whether or not an up-down control appears to the right of the DateTimePicker control.

Settings

The settings for boolean are:

Setting Description
True An up-down control appears.
False (Default) An up-down control does not appear.

Remarks

The up-down buttons can be used instead of the drop-down calendar to select a date.