pub type DeltaTimeOf<T> = TimeOf<T>;
Represents time which can be used as an instant or a duration.
Provides conversion to other time units (seconds, minutes, days…).
pub struct DeltaTimeOf<T>(/* private fields */);