DT_TimeToMillisec

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Obsolete > DT (Date Handling) >

DT_TimeToMillisec

 

This functionality has been made obsolete by newer, better solved CDateTime available directly in core instead.

 

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