Uses of Enum Class
cloud.opencode.base.date.extra.Quarter
Packages that use Quarter
-
Uses of Quarter in cloud.opencode.base.date
Methods in cloud.opencode.base.date that return QuarterModifier and TypeMethodDescriptionstatic QuarterDateTimes.quarter(int quarter) Creates a Quarter 创建QuarterMethods in cloud.opencode.base.date with parameters of type QuarterModifier and TypeMethodDescriptionstatic YearQuarterDateTimes.yearQuarter(int year, Quarter quarter) Creates a YearQuarter with Quarter enum 使用Quarter枚举创建YearQuarter -
Uses of Quarter in cloud.opencode.base.date.extra
Subclasses with type arguments of type Quarter in cloud.opencode.base.date.extraModifier and TypeClassDescriptionenumQuarter Enum representing the four quarters of a year 季度枚举,表示一年中的四个季度Classes in cloud.opencode.base.date.extra that implement interfaces with type arguments of type QuarterModifier and TypeClassDescriptionenumQuarter Enum representing the four quarters of a year 季度枚举,表示一年中的四个季度Methods in cloud.opencode.base.date.extra that return QuarterModifier and TypeMethodDescriptionstatic QuarterGets the Quarter from a Month enum 从Month枚举获取季度static QuarterQuarter.from(TemporalAccessor temporal) Gets the Quarter from a TemporalAccessor 从TemporalAccessor获取季度YearQuarter.getQuarter()Gets the Quarter enum 获取Quarter枚举Quarter.minus(int quarters) Subtracts quarters from this quarter 在此季度基础上减季度数Quarter.next()Gets the next quarter 获取下一个季度static QuarterQuarter.of(int quarter) Gets the Quarter from a numeric value (1-4) 从数值(1-4)获取季度static QuarterQuarter.ofMonth(int month) Gets the Quarter from a month value (1-12) 从月份值(1-12)获取季度Quarter.plus(int quarters) Adds quarters to this quarter 在此季度基础上加季度数Quarter.previous()Gets the previous quarter 获取上一个季度Quarter.queryFrom(TemporalAccessor temporal) static QuarterReturns the enum constant of this class with the specified name.static Quarter[]Quarter.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.date.extra that return types with arguments of type QuarterModifier and TypeMethodDescriptionstatic TemporalQuery<Quarter> Quarter.query()Gets a query for extracting the Quarter from a temporal 获取从时间对象提取季度的查询Methods in cloud.opencode.base.date.extra with parameters of type QuarterModifier and TypeMethodDescriptionstatic YearQuarterCreates a YearQuarter from year and Quarter enum 从年份和Quarter枚举创建YearQuarter