20230522 java.time.temporal.Temporal

发布时间 2023-09-05 09:19:36作者: 流星<。)#)))≦

介绍

  • java.time.temporal.Temporal
  • public interface Temporal extends TemporalAccessor
  • 时间
  • 定义对时间对象的读写访问的框架级接口
  • 日期、时间和偏移量对象的基本接口类型,可以使用进行修改操作

API

  • isSupported
    • boolean isSupported(TemporalUnit unit);
  • minus
  • plus
  • until
    • 根据指定的单位计算到另一个时间的时间量
  • with
    • Temporal with(TemporalAdjuster adjuster)
    • Temporal with(TemporalField field, long newValue);
    • 修改指定域的值