Uses of Class
cloud.opencode.base.date.extra.DayOfYear
Packages that use DayOfYear
-
Uses of DayOfYear in cloud.opencode.base.date.extra
Classes in cloud.opencode.base.date.extra that implement interfaces with type arguments of type DayOfYearModifier and TypeClassDescriptionfinal classDayOfYear class representing a day within a year (1-366) 年份中的天,表示年份中的一天(1-366)Methods in cloud.opencode.base.date.extra that return DayOfYearModifier and TypeMethodDescriptionstatic DayOfYearDayOfYear.first()Gets the first day of year (1) 获取年份的第一天(1)static DayOfYearDayOfYear.from(TemporalAccessor temporal) Gets a DayOfYear from a TemporalAccessor 从TemporalAccessor获取DayOfYearstatic DayOfYearDayOfYear.lastOf(int year) Gets the last day of year for the given year 获取给定年份的最后一天static DayOfYearDayOfYear.now()Gets the current day of year 获取当前年份中的天static DayOfYearDayOfYear.of(int dayOfYear) Creates a DayOfYear from a value (1-366) 从值(1-366)创建DayOfYearMethods in cloud.opencode.base.date.extra that return types with arguments of type DayOfYearModifier and TypeMethodDescriptionstatic TemporalQuery<DayOfYear> DayOfYear.query()Gets a query for extracting DayOfYear from a temporal 获取从时间对象提取DayOfYear的查询Methods in cloud.opencode.base.date.extra with parameters of type DayOfYear