Module timestamp

Source
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§

LVTimeError

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.