memgraph.duration

Provides a wrapper for a mg_duration. Uses core.time.Duration internally.

Members

Structs

Duration
struct Duration

Represents a temporal amount which captures the difference in time between two instants. Duration is defined with months, days, seconds, and nanoseconds. Note: Duration can be negative. Uses a core.time.Duration internally.

Meta