- getMilliseconds
Get the number of milliseconds from 1970-01-01T00:00Z. This value is consistent
with the JDK java.ut
- getString
Get the ISO-8601 representation of this instance in time. The month-based
ISO-8601 representation is
- plus
Add the specified amount of time.
- toCalendar
Get this instance represented as a standard JDK java.util.Calendar instance, in
the specified Locale
- getMillisecondsInUtc
Get the number of milliseconds from 1970-01-01T00:00Z with this time converted
to UTC. This value is
- getTimeZoneId
Get the identifier of the time zone in which this instant is defined
- isBefore
Return whether this date-time is earlier than the supplied date-time.
- minus
Subtract the specified amount.
- toDate
Get this instance represented as a standard JDK java.util.Date instance. Note
that this conversion l
- toUtcTimeZone
Convert this time to the same instant in the UTC time zone.
- toZonedDateTime
Get this instance represented as a standard JDK ZonedDateTime instance, which
preserves the TZ infor
- toLocalDateTime
Get this instance represented as a standard JDK LocalDateTime instance, which
does not have any TZ i