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示
java time OffsetDateTime getYear()方法获取年份字段。1语法publicintgetYear()2参数无3返回值年份值,从MIN_YEAR到MAX_YEAR4示例packagec
java time OffsetDateTime getSecond()方法获取秒钟字段值。1语法publicintgetSecond()2参数无3返回值秒钟,从0到59。4示例packagecom yiid
java time OffsetDateTime getOffset()方法获取区域偏移量,例如:"+01:00"。1语法publicZoneOffsetgetOffset()2参数无3返回值区域偏移,不
java time OffsetDateTime getNano()方法获取纳秒字段。1语法publicintgetNano()2参数无3返回值纳秒,从0到999,999,999。4示例packagecom y
java time OffsetDateTime getMonthValue()方法获取1到12之间的月份字段。1语法publicintgetMonthValue()2参数无3返回值月份值,从1到12。4
java time OffsetDateTime getMonth()方法使用Month枚举获取月份字段。1语法publicMonthgetMonth()2参数无3返回值一年中的月份,不是null。