Uses of Class
cloud.opencode.base.date.extra.Years
Packages that use Years
-
Uses of Years in cloud.opencode.base.date.extra
Classes in cloud.opencode.base.date.extra that implement interfaces with type arguments of type YearsModifier and TypeClassDescriptionfinal classYears unit class representing a number of years 年数单位类,表示年数Fields in cloud.opencode.base.date.extra declared as YearsMethods in cloud.opencode.base.date.extra that return YearsModifier and TypeMethodDescriptionYears.abs()static YearsYears.dividedBy(int divisor) static YearsYears.minus(int yearsToSubtract) Years.multipliedBy(int multiplicand) Years.negated()static YearsYears.of(int years) static YearsYears.of(long years) Years.plus(int yearsToAdd) Months.toYears()Methods in cloud.opencode.base.date.extra with parameters of type Years