__TITE__

Top  Previous  Next

__TIME__

fblogo_mini

Intrinsic define (macro value) set by the compiler

 

Syntax

 

__TIME__

 

Description

 

Substitutes the compiler time in a literal string (24 clock, "hh:mm:ss" format) where used.

 

Example

 

Print "Compile Time: " & __TIME__

 

Compile Time: 13:42:57

Differences froi QB

 

New to FreeBASIC

 

See also

 

__DATE__

__DATE_ISO__

Time