TIME
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgDdtime
- Last revised: 2016-02-10
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:57Differences from QB
- New to FreeBASIC
See also
__DATE____DATE_ISO__Time
Back to DocToc