Uses of Class
org.apache.juneau.commons.time.GranularZonedDateTime
Packages that use GranularZonedDateTime
Package
Description
Time and date utilities including time providers and granular date/time handling.
-
Uses of GranularZonedDateTime in org.apache.juneau.commons.time
Methods in org.apache.juneau.commons.time that return GranularZonedDateTimeModifier and TypeMethodDescriptionGranularZonedDateTime.copy()Creates a copy of this object.static GranularZonedDateTimeParses an ISO8601 timestamp string into a GranularZonedDateTime.static GranularZonedDateTimeGranularZonedDateTime.of(String value, ZoneId defaultZoneId, TimeProvider timeProvider) Parses an ISO8601 timestamp string into a GranularZonedDateTime with a default timezone and custom time provider.static GranularZonedDateTimeGranularZonedDateTime.of(String value, TimeProvider timeProvider) Parses an ISO8601 timestamp string into a GranularZonedDateTime with a custom time provider.static GranularZonedDateTimeGranularZonedDateTime.of(ZonedDateTime date, ChronoField precision) Creates a GranularZonedDateTime from a ZonedDateTime with the specified precision.static GranularZonedDateTimeGranularZonedDateTime.of(Date date, ChronoField precision) Creates a GranularZonedDateTime from a Date with the specified precision.static GranularZonedDateTimeGranularZonedDateTime.of(Date date, ChronoField precision, ZoneId zoneId) Creates a GranularZonedDateTime from a Date with the specified precision and timezone.GranularZonedDateTime.roll(int amount) Rolls this time value by the specified amount using the current precision.GranularZonedDateTime.roll(ChronoField field, int amount) Rolls this time value by the specified amount using the specified field.