<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Obsolete > DT (Date Handling) > DT_MillisecToTime |
This functionality has been made obsolete by newer, better solved CDateTime available directly in core instead.
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