Package io.deephaven.time
-
Interface Summary Interface Description TimeProvider Interface for providing the current time. -
Class Summary Class Description ClockTimeProvider Adapter to allow a Clock to serve as a TimeProvider.DateTime An object representing a timepoint in Deephaven.DateTimeFormatter Formatter for DateTimes.DateTimeUtils Utilities for Deephaven date/time storage and manipulation.DateTimeUtils.Result A container object for the result ofDateTimeUtils.convertExpression(String)
, which includes the converted formula String, a String of instance variable declarations, and a map describing the names and types of these instance variables.Period -
Enum Summary Enum Description DateTimeFormatters Common DateTimeFormatters.DateTimeUtils.DateStyle Date formatting styles for use in conversion functions such asDateTimeUtils.convertDateQuiet(String, DateStyle)
.TimeZone Defines Deephaven-supported timezones, which may be used for PQ-scheduling and display purposes -
Exception Summary Exception Description DateTimeUtils.DateTimeOverflowException A type of RuntimeException thrown when operations resulting inDateTime
values would exceed the range available by max or min long nanoseconds.