Navigation: thinBasic Modules > DT (Date Handling) > DT_MillisecToTime |
|
Description
Giving the number of milliseconds, returns a string time in the following format: hh:mm:ss.ms
Syntax
st = DT_MillisecToTime(Millisecs)
Returns
String.
Parameters
Name |
Type |
Optional |
Meaning |
Millisecs |
String |
No |
Number of milliseconds |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |