Uses of Class
cloud.opencode.base.date.extra.Seconds
Packages that use Seconds
-
Uses of Seconds in cloud.opencode.base.date.extra
Classes in cloud.opencode.base.date.extra that implement interfaces with type arguments of type SecondsModifier and TypeClassDescriptionfinal classSeconds unit class representing a number of seconds 秒数单位类,表示秒数Fields in cloud.opencode.base.date.extra declared as SecondsMethods in cloud.opencode.base.date.extra that return SecondsModifier and TypeMethodDescriptionSeconds.abs()static SecondsSeconds.dividedBy(long divisor) static SecondsSeconds.minus(long secondsToSubtract) Seconds.multipliedBy(long multiplicand) Seconds.negated()static SecondsSeconds.of(long seconds) static SecondsSeconds.ofDays(long days) static SecondsSeconds.ofHours(long hours) static SecondsSeconds.ofMinutes(long minutes) Seconds.plus(long secondsToAdd) Hours.toSeconds()Minutes.toSeconds()Methods in cloud.opencode.base.date.extra with parameters of type Seconds