| Interface | Description |
|---|---|
| IdentifiableTimespanI |
for the Java counterpart of its static methods, see TimespanTools
|
| SettableTimespanI | |
| StartableAndStoppableTimespanI | |
| TimespanI |
| Class | Description |
|---|---|
| DateContainer | |
| DateTimeTools |
Provides static tool methods for
Date and related objects. |
| DateTimeToolsNG |
Provides static utility methods for working with
Date, Calendar,
and related objects, with a focus on time zone handling. |
| TimespanIComparator |
custom comparator for use with TimespanI
|
| TimespanTools |
modern tools class for use with instances implementing IdentifiableTimespanI
FIXME to-be remigrated into IdentifiableTimespanI once that is completely translated into Java
|
| UnstrictDateContainer |
Extends DateContainer but allows null values for passed von and bis dates.
|
| Enum | Description |
|---|---|
| DurationUnit |
Represents a time unit (year, month, week, day, hour, minute, second)
and provides utility methods to extract and work with time units
from a
Duration object. |
| TimespanPrecision |
enum that helps to define a precision for a TimespanI object,
which controls how precisely the set dates of said object are compared by normalizing inputs.
|
| Exception | Description |
|---|---|
| InvalidDurationException |
This exception is thrown when an invalid
Duration
is encountered by the DurationUnit enum. |
| InvalidTimespanException |
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.