- java.time Package Classes
- java.time - Home
- java.time - Clock
- java.time - Duration
- java.time - Instant
- java.time - LocalDate
- java.time - LocalDateTime
- java.time - LocalTime
- java.time - MonthDay
- java.time - OffsetDateTime
- java.time - OffsetTime
- java.time - Period
- java.time - Year
- java.time - YearMonth
- java.time - ZonedDateTime
- java.time - ZoneId
- java.time - ZoneOffset
- java.time Package Enums
- java.time - Month
- java.time Useful Resources
- java.time - Discussion
java.time.Instant类
介绍
java.time.Instant类对时间线上的单个瞬时点进行建模。
类声明
以下是java.time.Instant类的声明-
public final class Instant extends Object implements Temporal, TemporalAdjuster, Comparable, Serializable
场地
以下是Java.time.Instant类的字段-
static Instant EPOCH - 1970-01-01T00:00:00Z 纪元瞬间的常量。
static Instant MAX - 支持的最大值,'1000000000-12-31T23:59:59.999999999Z'。
static Instant MIN - 支持的最小值,'-1000000000-01-01T00:00Z'。
类方法
继承的方法
该类继承了以下类的方法 -
- Java.lang.Object