Skip to main content

Module data

Module data 

Source
Expand description

Structs for duration units such as Seconds and Minutes.

Structs§

Days
A struct representing days. Wraps the value and provides extra formatting methods.
DurationData
The data for a given Duration
Hours
A struct representing hours. Wraps the value and provides extra formatting methods.
Minutes
A struct representing minutes. Wraps the value and provides extra formatting methods.
Months
A struct representing months. Wraps the value and provides extra formatting methods.
Seconds
A struct representing seconds. Wraps the value and provides extra formatting methods.
Weeks
A struct representing weeks. Wraps the value and provides extra formatting methods.
Years
A struct representing years. Wraps the value and provides extra formatting methods.