TimePoint
An object that can be placed exactly in time.
An implementor of this interface contains enough information to represent an instant in time. As such, any time point can be compared to another on the timeline and duration units can be added or subtracted.
Types
Functions
compareTo
Link copied to clipboard
equals
Link copied to clipboard
isSameInstantAs
Link copied to clipboard
minus
Link copied to clipboard
plus
Link copied to clipboard
Properties
additionalNanosecondsSinceUnixEpoch
Link copied to clipboard
The number of additional nanoseconds on top of secondsSinceUnixEpoch.
millisecondOfUnixEpoch
Link copied to clipboard
The millisecond of the Unix epoch.
millisecondsSinceUnixEpoch
Link copied to clipboard
The number of milliseconds since the Unix epoch of 1970-01-01T00:00Z.
nanosecond
Link copied to clipboard
The nanosecond of the second.
secondOfUnixEpoch
Link copied to clipboard
The second of the Unix epoch.
secondsSinceUnixEpoch
Link copied to clipboard
The number of seconds since the Unix epoch of 1970-01-01T00:00Z.
Inheritors
Instant
Link copied to clipboard
OffsetDateTime
Link copied to clipboard
ZonedDateTime
Link copied to clipboard