[]Type Definition heim::units::time::Time

type Time<U, V> = Quantity<dyn Dimension<I = Z0, Kind = dyn Kind + 'static, T = PInt<UInt<UTerm, B1>>, N = Z0, Th = Z0, M = Z0, J = Z0, L = Z0> + 'static, U, V>;

Time (base unit second, s).

Generic Parameters

  • U: Base units.
  • V: Underlying storage type.