Definition at line 112 of file Time.h.
◆ Enum
Enumerator |
---|
HHMMSS | Indicates a time span in the "HH:MM:SS" format.
Used to represent a day time.
|
HHMMSSmsec | Indicates a time span in the "HH:MM:SS.sss" format.
Used to represent a day time.
|
HHMMSSusec | Indicates a time span in the "HH:MM:SS.ssssss" format.
Used to represent a day time.
|
HHMMSSnsec | Indicates a time span in the "HH:MM:SS.sssssssss" format.
Used to represent a day time.
|
HHMMSSpsec | Indicates a time span in the "HH:MM:SS.ssssssssssss" format.
Used to represent a day time.
|
SDHHMMSSnsec | Indicates a time span in the "D.HH:MM:SS.sssssssss" format.
Used to represent a time interval.
|
Definition at line 114 of file Time.h.