recording the day and time

coolguy

New member
Joined
Dec 13, 2005
Messages
1
Programming Experience
Beginner
I need to record the day and time using the monthcanlendar in the visual basic express edtion....can some let me know how i can do this?
 
Not sure what you mean by that. Could you give an example of what you are looking for?>

-tg
 
As tg says, you haven't given us much to go on, but I'm going to guess and say that you would be better off with a DateTimePicker. The Value property of the DTP is the selected date and time as a DateTime object. The MonthCalendar allows the user to select a range of dates, so you would have to use the SelectionStart and/or SelectionEnd properties.
 
Back
Top