标签:nanoOfSecond

  • java.time.LocalTime of()方法

    java time LocalTime of(inthour,intminute,intsecond,intnanoOfSecond)方法从年,月,日,小时,分钟,秒和纳秒获取LocalTime的实例。1

  • java.time.LocalDateTime of()方法

    java time LocalDateTime of(intyear,Monthmonth,intdayOfMonth,inthour,intminute,intsecond)方法从年,月,日,小时,分钟和秒获取L

  • java.time.LocalDate atTime()方法

    java time LocalDate atTime(inthour,intminute,intsecond,intnanoOfSecond)方法将此日期与创建LocalDateTime的时间相结合。1语法public