Convert any Integer Value to time

jamesalvin49

New member
Joined
Mar 22, 2007
Messages
4
Programming Experience
1-3
HiIs there any function or method to convert a given integer value to time value,for eg: 61 converted to -->> 01:01:00 (Format => hh:mm:ss)
 
Does your time value represent a time span or a specific date-time ?
Explore the documentation and usage for DateTime (= Date data type) and TimeSpan structures.
 
Back
Top