DateTimePicker Controls
The DateTimePicker is a fairly complex control that allows the display and editing of formatted date and time information. It looks like a ComboBoxwith the date and time information displayed in text form within it. The formatting of that display can be set based on a number of predefined formats or by using a custom formatting string. When the drop-down arrow is selected, a calendar control appears, allowing an intuitive and rich date selection mechanism. The ValueChanged event is the default event that can be handled to know when a date, time change, or date selection has occurred in the control.
Post a comment