FACT++  1.0

set to format to the MAGIC report format (without the fraction of seconds)

Enum used in the instantisation of the class to change the inititalisation value

Enumerator
none 

Do not initialize the time.

utc 

Initialize with UTC.

local 

Initialize with local time.

Definition at line 49 of file Time.h.

50  {
51  none,
52  utc,
53  local
54  };
Initialize with UTC.
Definition: Time.h:52
Initialize with local time.
Definition: Time.h:53
Do not initialize the time.
Definition: Time.h:51