package time
Time units: Minute, Hour, Day, Week Also defines EpochTime, which represents a number of time units from unix epoch.
- Alphabetic
- By Inheritance
- time
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- implicit class CoulombExtendWithEpochTime[N] extends Serializable
enhances value types with utility methods for
coulomb
- trait Day extends AnyRef
- type EpochTime[N, U] = OffsetQuantity[N, U]
A number of time units (seconds, minutes, etc) from unix epoch
- trait Hour extends AnyRef
- trait Minute extends AnyRef
- trait Week extends AnyRef
Value Members
- implicit val defineUnitDay: DerivedUnit[Day, Second]
- implicit val defineUnitHour: DerivedUnit[Hour, Second]
- implicit val defineUnitMinute: DerivedUnit[Minute, Second]
- implicit val defineUnitWeek: DerivedUnit[Week, Day]
- object EpochTime
utility methods for epoch time