标签:time

  • java.time.Instant equals()方法

    java time Instant equals(ObjectotherInstant)方法检查此瞬间是否等于指定的时刻。1语法publicbooleanequals(ObjectotherInstant)2参数oth

  • java.time.Instant compareTo()方法

    java time Instant compareTo(InstantotherInstant)方法将此瞬间与指定的瞬间进行比较。1语法publicintcompareTo(InstantotherInstant)2参

  • java.time.Instant atZone()方法

    java time Instant atZone(ZoneIdzone)方法将此瞬间与时区组合以创建ZonedDateTime。1语法publicZonedDateTimeatZone(ZoneIdzone)2参数zone

  • java.time.Instant atOffset()方法

    java time Instant atOffset(ZoneOffsetoffset)方法将此瞬间与偏移量组合在一起以创建OffsetDateTime。1语法publicOffsetDateTimeatOffset(

  • java.time.Instant adjustInto()方法

    java time Instant adjustInto(Temporaltemporal)方法调整指定的时态对象以获得此瞬间。1语法publicTemporaladjustInto(Temporaltemporal)2

  • java.time.Duration withSeconds()方法

    java time Duration withSeconds(intseconds)方法返回具有指定秒数的此持续时间的副本。1语法publicDurationwithSeconds(intseconds)2参数s

  • java.time.Duration withNanos()方法

    java time Duration withNanos(intnanoOfSecond)方法使用指定的nanoOfsecond返回此持续时间的副本。1语法publicDurationwithNanos(intnanoO

  • java.time.Duration toString()方法

    java time Duration toString()方法使用基于ISO-8601秒的表示形式获取此持续时间的字符串表示形式,例如PT8H6M12 345S。1语法publicStringt

  • java.time.Duration toNanos()方法

    java time Duration toNanos()方法获取此持续时间内的纳秒数。1语法publiclongtoNanos()2参数无3返回值持续时间内的纳秒数可能是负数。4示

  • java.time.Duration toMinutes()方法

    java time Duration toMinutes()方法获取此持续时间内的分钟数。1语法publiclongtoMinutes()2参数无3返回值持续时间内的分钟数可能是负数。