Uses of Class
cloud.opencode.base.date.extra.Hours
Packages that use Hours
-
Uses of Hours in cloud.opencode.base.date.extra
Classes in cloud.opencode.base.date.extra that implement interfaces with type arguments of type HoursModifier and TypeClassDescriptionfinal classHours unit class representing a number of hours 小时单位类,表示小时数Fields in cloud.opencode.base.date.extra declared as HoursMethods in cloud.opencode.base.date.extra that return HoursModifier and TypeMethodDescriptionHours.abs()static HoursHours.dividedBy(long divisor) static HoursHours.minus(long hoursToSubtract) Hours.multipliedBy(long multiplicand) Hours.negated()static HoursHours.of(long hours) static HoursHours.ofDays(long days) static HoursHours.ofMinutes(long minutes) Hours.plus(long hoursToAdd) Days.toHours()Minutes.toHours()Seconds.toHours()Methods in cloud.opencode.base.date.extra with parameters of type Hours