Time Point
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
is Same Instant As
Link copied to clipboard
Checks if this time point represents the same instant as other. Unlike the equals operator, equality is determined solely by timeline order.
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
millisecondsSinceUnixEpoch
Link copied to clipboard
nanosecond
Link copied to clipboard
secondOfUnixEpoch
Link copied to clipboard
secondsSinceUnixEpoch
Link copied to clipboard
Inheritors
Instant
Link copied to clipboard
OffsetDateTime
Link copied to clipboard
ZonedDateTime
Link copied to clipboard