Javatime 简明教程
java.time.Instant Class
Class declaration
以下是 java.time.Instant 类的声明 −
public final class Instant
extends Object
implements Temporal, TemporalAdjuster, Comparable, Serializable
Field
-
以下为 Java.time.Instant 类的字段 -
-
static Instant EPOCH − 1970-01-01T00:00:00Z 历元时刻的常量。
-
static Instant MAX − 支持的最大 Instant,“1000000000-12-31T23:59:59.999999999Z”。
-
static Instant MIN − 支持的最小 Instant,“-1000000000-01-01T00:00Z”。