mg_time
- struct mg_time
version(unittest)
extern (
C)
struct mg_time {
}
- struct mg_time
Members
- nanoseconds
long nanoseconds;
Undocumented in source.
- tz_offset_seconds
long tz_offset_seconds;
Undocumented in source.
memgraph mgclient
aliasesenumsfunctionsstructsvariables
Represents time with its time zone.
Time is defined with nanoseconds since midnight. Timezone is defined with seconds from UTC.