Tuesday 14 February 2017

What is DTpicker Control in VB?

The DateTimePicker control displays date and/or time information and acts as the interface through which users can modify date and time information. The control's display consists of fields that are defined by the control's format string. When the DateTimePicker is dropped down, a MonthView calendar is displayed.
The control has two different modes:

  • Dropdown Calendar mode (default) – enables the user to display a dropdown calendar that can be used to select a date.
  • Time Format mode – enables the user to select a field in the date display (i.e. the month, day, year, etc.) and press the up/down arrow to the right of the control to set its value.

No comments:
Write comments