Skip to content

TIME


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.

Examples

start GeSHi

vb
Print "Compile Time: " & __TIME__

end GeSHi

Compile Time: 13:42:57

Differences from QB

  • New to FreeBASIC

See also

  • __DATE__
  • __DATE_ISO__
  • Time

Back to DocToc

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft