mg_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.

  1. struct mg_duration
    version(unittest)
    extern (C)
    struct mg_duration {}
  2. struct mg_duration

Members

Variables

days
long days;
Undocumented in source.
months
long months;
Undocumented in source.
nanoseconds
long nanoseconds;
Undocumented in source.
seconds
long seconds;
Undocumented in source.

Meta