MessageBox::Show (String::Concat("The selected value is ",
dateTimePicker1->Text));
MessageBox::Show (String::Concat("The day of the week is ",
dateTimePicker1->Value.DayOfWeek.ToString()));
MessageBox::Show(String::Concat("Millisecond is: ",
dateTimePicker1->Value.Millisecond.ToString()));