I'm developing an application in Visual Basic, and would like to know how to load hours saved in the database to the control DateTimePicker
, I can normally enter the value in the database.
Format(TimeOfDay.ToString("HH:mm:ss"))
but I can not retrieve the value in the control.