Link to home
Start Free TrialLog in
Avatar of Ruttensoft
Ruttensoft

asked on

DateTimePicker: parse time

Hello

How can I parse the time from a string into a datetimepicker?

Is it possible to do something like this: datetimepicker1.parse(Hours, minutes, seconds)?

Thanks

Sven
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gangwisch
gangwisch

dim mydate as date=datetimepicker1.value
mydate.month,mydate.day,mydate.hour,mydate.minute