DT_GetTime

<< Click to Display Table of Contents >>

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

DT_GetTime

 

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

 

Description

 

Returns current time in the following format: hh:mm:ss.ms

 

Syntax

 

st = DT_GetTime([Type])

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

Type

Numeric

Yes

One of the following equates:

%DT_GETLOCALTIME

%DT_GETSYSTEMTIME

 

Default value if parameter is omitted is %DT_GETLOCALTIME.

 

Remarks

 

Restrictions

 

See also

 

Examples