__TIME__
Intrinsic define (macro value) set by the compiler
Syntax
__TIME__
Description
Substitutes the compiler time in 24 hour format were used.
Example
Print
"CompileTime: "
;
__TIME__
Compile Time: 11:42:57
Differences from QB
New to Freebasic
See also
__DATE__