Sebastián Pastor / EtheriosCloudConnector
Embed: (wiki syntax)

« Back to documentation index

connector_time_epoch_whole_t Struct Reference

connector_time_epoch_whole_t Struct Reference
[connector_time_epoch_whole_t]

The data structure to represent milliseconds since the epoch (00:00:00 UTC on 1 January 1970). More...

#include <connector_api_data_point.h>

Data Fields

uint64_t milliseconds
 milliseconds portion of epoch time

Detailed Description

The data structure to represent milliseconds since the epoch (00:00:00 UTC on 1 January 1970).

See also:
connector_data_point_t

Definition at line 95 of file connector_api_data_point.h.


Field Documentation

milliseconds portion of epoch time

Definition at line 97 of file connector_api_data_point.h.