DateTimePicker Control

How to use DateTimePicker?

Explanation

Date Time Picker Control

DateTimePicker Control is used select a date and time for a date range specified using a MinDate and MaxDate properties.
Video:
Explanation:
  • A Label,DateTimePicker and button control is used in the example.
  • The Date range is set to the DateTimePicker Control using the MinDate and MaxDate property.
  • On the button click event, the value of the DateTimePicker is returned.
  • The value of selected is displayed in the Text Box

Visual Basic Tutorial


Ask Questions

Ask Question