| This class represents the multi-radix units (such as "hour:min:sec").
Instances of this class are created using the
Unit.compoundUnit.compound method.
Examples of compound units:[code]
Unit HOUR_MINUTE_SECOND = HOUR.compound(MINUTE).compound(SECOND);
Unit DEGREE_MINUTE_ANGLE = DEGREE_ANGLE.compound(MINUTE_ANGLE);
[/code]
author: Jean-Marie Dautelle version: 3.1, April 22, 2006 |