DelatTime Project v1.0
Loading...
Searching...
No Matches
TimeSpan composition

Each component comprising the duration of a TimeSpan. More...

Variables

das Timepiece::TimeSpan::days { 0 }
 
hrs Timepiece::TimeSpan::hours { 0 }
 
mins Timepiece::TimeSpan::minutes { 0 }
 
secs Timepiece::TimeSpan::seconds { 0 }
 
ms Timepiece::TimeSpan::millis { 0 }
 
us Timepiece::TimeSpan::micros { 0 }
 
ns Timepiece::TimeSpan::nanos { 0 }
 

Detailed Description

Each component is a signed double representing the count of the Units of duration it represents. They are only constrained by the limits of the size of a signed double on the operating system.

-300.5 minutes is functionally equivalent to 5 hours and 30 seconds in the past from some chrono::timepoint.