Java程序获取两个时刻之间的持续时间
创建两个时刻:
Instant time1 = Instant.now(); Instant time2 = Instant.now().plusSeconds(50);
使用between()得到两个时刻之间的时间:
long resMilli = Duration.between(time1, time2).toMillis();
示例
import java.time.Duration;
import java.time.Instant;
public class Demo {
public static void main(String[] args) {
Instant time1 = Instant.now();
Instant time2 = Instant.now().plusSeconds(50);
long resMilli = Duration.between(time1, time2).toMillis();
System.out.println("Duration between two time intervals = "+resMilli);
}
}输出结果
Duration between two time intervals = 50000
热门推荐
10 过年爱情祝福语大全简短
11 近代生日祝福语简短精辟
12 足球队祝福语简短
13 妹妹生日祝福语简短唯美
14 特别的端午祝福语简短
15 高考送考祝福语简短
16 收生日红包祝福语 简短
17 宝宝生日祝福语大全简短
18 成长仪式的简短祝福语