- Back to Home »
- Windows Applications »
- DateTimePicker
Posted by :
Sudhir Chekuri
Monday, 15 February 2016
Allows the user to select a date from the calendar.
Default event: ValueChanged is fired when user change the value of the date in it.
Default event: ValueChanged is fired when user change the value of the date in it.
Example to display selected date in message box
private void dateTimePicker1_ValueChanged(object sender, EventArgs e)
{
MessageBox.Show(dateTimePicker1.Value.ToShortDateString());
}
I believe there are many more pleasurable opportunities ahead for individuals that looked at your site.
ReplyDeleteoracle training in bangalore