1
I am developing an application in Visual Basic, and would like to know how to load saved hours in the database for control DateTimePicker
, I can normally insert the value into the database.
Format(TimeOfDay.ToString("HH:mm:ss"))
but I can’t recover the value in control.