try this:
vb.net Code:
Dim ts As TimeSpan = TimeSpan.Parse("01:20:00") MsgBox(String.Format("{0} hours, {1} minutes, {2} seconds", ts.Hours, ts.Minutes, ts.Seconds))
|
Results 1 to 3 of 3
Thread: [RESOLVED] time format to wordsThreaded View
|
Click Here to Expand Forum to Full Width |