Hi,
How to set time in a DateTimePicker control where i have already changed the display format = Time
I want to make the DateTimePicker to display time that i set.
e.g. set it to 5:30 PM
I try but fail using:
DateTimePicker1.Value = New DateTime(0, 0, 0, 5, 30, 0) 'fail at runtime
any idea, thanks