Java中的即时truncatedTo()方法
可以使用truncatedTo()JavaInstant类中的方法获得不可变的截断的Instant。此方法需要一个参数,即TemporalUnit,直到Instant被截断为止,并且它返回不可变的被截断的Instant。
演示此的程序如下所示-
示例
import java.time.*;
import java.time.temporal.ChronoUnit;
public class Demo {
public static void main(String[] args) {
Instant instant = Instant.now();
System.out.println("The current instant is: " + instant);
Instant truncatedInstant = instant.truncatedTo(ChronoUnit.MINUTES);
System.out.println("The truncated instant is: " + truncatedInstant);
}
}输出结果
The current instant is: 2019-02-13T08:49:09.188Z The truncated instant is: 2019-02-13T08:49:00Z
现在让我们了解上面的程序。
首先显示当前时刻。然后使用该truncatedTo()方法获得不可变的截断的Instant并显示出来。演示这的代码片段如下-
Instant instant = Instant.now();
System.out.println("The current instant is: " + instant);
Instant truncatedInstant = instant.truncatedTo(ChronoUnit.MINUTES);
System.out.println("The truncated instant is: " + truncatedInstant);热门推荐
10 小红书平安祝福语简短
11 生日祝福语大全女孩简短
12 收生日红包祝福语 简短
13 领证幽默祝福语简短
14 法考面试祝福语简短
15 老哥出门祝福语简短语
16 送灯祝福语简短独特
17 幼儿狗年祝福语大全简短
18 好听的元旦简短祝福语