Struct Unit.Scale

A scale is one resolution of a unit.

struct Scale ;

Fields

NameTypeDescription
digits intnormal renderwidth for the application (e.g. 2 for minutes (00-59))
factor longfactor to the next higher resolution (e.g. 60 from minutes to seconds)
name stringthe name of the scale (e.g. h for hour)