java time ZonedDateTime getDayOfYear()方法获取日期字段。1语法publicintgetDayOfYear()2参数无3返回值一年中第几天,从1到365,或闰年36
java time ZonedDateTime getDayOfWeek()方法获取星期几字段,即枚举DayOfWeek。1语法publicDayOfWeekgetDayOfWeek()2参数无3返回值星期几
java time ZonedDateTime getDayOfMonth()方法获取日期字段。1语法publicintgetDayOfMonth()2参数无3返回值每月的第几日值,从1到31。4示例
java time ZonedDateTime get(TemporalFieldfield)方法从此日期获取指定字段的int值作。1语法publicintget(TemporalFieldfield)2参数field
java time ZonedDateTime from(TemporalAccessortemporal)方法从时态对象获取ZonedDateTime的实例。1语法publicstaticZonedDateTimefrom(Te
java time ZonedDateTime format(DateTimeFormatterformatter)方法使用指定的格式化程序格式化此日期时间。1语法publicStringformat(DateTi
java time ZonedDateTime equals(Objectobj)方法检查此日期时间是否等于另一个日期时间。1语法publicbooleanequals(Objectobj)2参数obj:检
1java time ZonedDateTime介绍JavaZonedDateTime类是带有时区的日期时间的不可变表示形式。它继承了Object类并实现了ChronoZonedDateTime接
java time Year withYear(intyear)方法返回此YearMonth的副本,其中年份已更改。1语法publicYearMonthwithYear(intyear)2参数year:在返回
java time Year withMonth(intmonth)方法返回此YearMonth的副本,其中年份已更改。1语法publicYearMonthwithMonth(intmonth)2参数month:从