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