__TIME__

Preprocessor macro defined as a character string representation of the time of compilation.

Syntax
__TIME__
  
Remarks

The compiler defines this macro as a character string representation of the time of compilation. The format of this string is

"
hh :
mm :
ss "

where hh is a 2-digit hour of the day, mm is a 2-digit minute of the hour, and ss is a 2-digit second of the minute.

Related information
__ASSEMBLER__
__COMPILER__
__COUNTER__
__TARGETARCH__
__VERSION_NUM__
__VERSION__
__cplusplus
__CWBUILD__
__CWCC__
__DATE__
__embedded_cplusplus
__FILE__
__func__
__FUNCTION__
__ide_target()
__LINE__
__MWERKS__
__optlevel
__PRETTY_FUNCTION__
__profile__
__STDC__