Expand description
Support for exchanging date and times. with LabVIEWs timestamp format.
This includes binary formats, to and from 1904 epoch, unix (1970) epoch
and optionally chrono DateTime with the chrono
feature.
Structs§
- LVTime
- Mirrors the internal LabVIEW timestamp structure so it can be passed back and forward.
Enums§
Constants§
- UNIX_
EPOCH_ IN_ LV_ SECONDS_ F64 - The Unix Epoch in LabVIEW epoch seconds for shifting timestamps between them.
- UNIX_
EPOCH_ IN_ LV_ SECONDS_ I64 - The Unix Epoch in LabVIEW epoch seconds for shifting timestamps between them.