Uses of Class
cloud.opencode.base.date.extra.Months
Packages that use Months
-
Uses of Months in cloud.opencode.base.date.extra
Classes in cloud.opencode.base.date.extra that implement interfaces with type arguments of type MonthsModifier and TypeClassDescriptionfinal classMonths unit class representing a number of months 月数单位类,表示月数Fields in cloud.opencode.base.date.extra declared as MonthsMethods in cloud.opencode.base.date.extra that return MonthsModifier and TypeMethodDescriptionMonths.abs()static MonthsMonths.dividedBy(int divisor) static MonthsMonths.minus(int monthsToSubtract) Months.multipliedBy(int multiplicand) Months.negated()static MonthsMonths.of(int months) static MonthsMonths.of(long months) static MonthsMonths.ofYears(int years) Months.plus(int monthsToAdd) Years.toMonths()Methods in cloud.opencode.base.date.extra with parameters of type Months