java time OffsetDateTime minusHours(longhoursToSubtract)方法返回此OffsetDateTime的副本,并减去指定的小时数。1语法publicOffsetDateT
java time OffsetDateTime compareTo(InstantotherInstant)方法返回此OffsetDateTime的副本,并减去指定的天数。1语法publicOffsetDateTime
java time OffsetDateTime minus(TemporalAmountamountToSubtract)方法返回此日期时间的副本,并减去指定的数量。1语法publicOffsetDateTim
java time OffsetDateTime minus(longamountToSubtract,TemporalUnitunit)方法返回此日期时间的副本,并减去指定的数量。1语法publicOffse
java time OffsetDateTime isSupported(TemporalUnitunit)方法检查是否支持指定的单元。1语法publicbooleanisSupported(TemporalUnitunit)2
java time OffsetDateTime isSupported(TemporalFieldfield)方法检查是否支持指定的字段。1语法publicbooleanisSupported(TemporalFieldfie
java time OffsetDateTime isEqual(OffsetDateTimeother)方法检查此日期时间是否等于指定的日期时间。1语法publicbooleanisEqual(OffsetDat
java time OffsetDateTime isBefore(OffsetDateTimeother)方法检查此日期是否在指定的日期时间之前。1语法publicbooleanisBefore(OffsetDat
java time OffsetDateTime isAfter(OffsetDateTimeother)方法检查此日期是否在指定的日期时间之后。1语法publicbooleanisAfter(OffsetDateT
java time OffsetDateTime hashCode()方法获取此日期时的哈希码。1语法publicinthashCode()2参数无3返回值该方法返回一个合适的哈希码。4示