[java8]時間差

LocalDateTime計算相差時間,不能直接減 java.time.Duration duration = java.time.Duration.between(LocalDateTime   startTime,  LocalDateTime  endTime );java

  • 例如:
duration.toMinutes()    //兩個時間差的分鐘數
toNanos()//納秒
toMillis()//毫秒
相關文章
相關標籤/搜索