java time ZonedDateTime withEarlierOffsetAtOverlap()方法返回此日期时间,将区域偏移更改为本地时间线重叠处的两个有效偏移中较早的一个
java time ZonedDateTime withDayOfYear(intdayOfYear)方法返回此ZonedDateTime包含日期更改的副本。1语法publicZonedDateTimewithDayOfYea
java time ZonedDateTime withDayOfMonth(intdayOfMonth)方法返回此ZonedDateTime其中包含每日更改的日期的副本。1语法publicZonedDateTime
java time ZonedDateTime with(TemporalFieldfield,longnewValue)方法返回此日期时间并将指定字段设置为新值的副本。1语法publicZonedDate
java time ZonedDateTime with(TemporalAdjusteradjuster)方法返回此日期时间的调整副本。1语法publicZonedDateTimewith(TemporalAdjustera
java time ZonedDateTime until(TemporalendExclusive,TemporalUnitunit)方法根据指定的单位计算到另一个日期时间的时间量。1语法publiclo
java time ZonedDateTime truncatedTo(TemporalUnitunit)方法返回此ZonedDateTime并截断时间的副本。1语法publicZonedDateTimetruncatedTo(
java time ZonedDateTime toString()方法将此日期输出为String,例如:2017-03-28T12:25:38 492+05:30[Asia Calcutta]。1语法publicStringt
java time ZonedDateTime toOffsetDateTime()方法将此日期时间转换为OffsetDateTime。1语法publicOffsetDateTimetoOffsetDateTime()2参数无
java time ZonedDateTime toLocalTime()方法获取此日期时间的LocalTime部分。1语法publicLocalTimetoLocalTime()2参数无3返回值此日期时间