[][src]Type Definition battery::units::time::Time

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

Time (base unit second, s).

Generic Parameters

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