Unit.Part

One part of the transformed Unit. a part of a unit is e.g. the minute resolution of a duration.

Members

Functions

toString
auto toString()

convenient tostring function. e.g. 10min

Variables

digits
int digits;

number of digits

name
string name;

name of the part

value
long value;

value of the part

Meta