Interface | Description |
---|---|
AbsoluteInstant |
It defines a partial time that does not support every datetime field,
and is thus a local time.
|
AbsoluteInstantType |
Identifies a field, such as year or minuteOfHour, in a chronology-neutral way.
|
AbsoluteInterval |
Is defined like an interval between two absolute instants.
|
AbsoluteIntervalType |
Identifies a field, such as year or month, in a chronology-neutral way.
|
Chronology |
Chronology provides access to the individual date time fields for a
chronological calendar system.
|
DataTypes |
This interface defines a set of constants for basic time data types.
|
Duration |
A duration specifying a length of time in milliseconds.
|
EditableRelativeInstant |
The
RelativeInstant ins inmutable, but sometimes is necessary to
edit it. |
Instant |
An Instant represents a position in a time scale.
|
Interval |
A time interval represents a period of time between two instants.
|
RelativeInstant |
A relative instant is defined like an instant in the datetime continuum
specified as a number of milliseconds from 1970-01-01T00:00Z.
|
RelativeInterval |
A RelativeInterval is defined like an interval between two
RelativeInstant s. |
Time |
This object is in the top level of the time hierarchy.
|
TimeSupportManager |
This class is responsible of the management of the library's business logic.
|
Class | Description |
---|---|
TimeSupportLibrary |
Library for API initialization and configuration.
|
TimeSupportLocator |
This locator is the entry point for the TimeSupport library, providing
access to all TimeSupport services through the
TimeSupportManager
. |
Exception | Description |
---|---|
AbsoluteInstantTypeNotRegisteredException |
Exception thrown when there is an error getting a TimeSupport message.
|
AbsoluteIntervalTypeNotRegisteredException |
Exception thrown when there is an error getting a TimeSupport message.
|
TimeSupportException |
Generic exception thrown in the TimeSupport API when the exception or error
may be dealt by the program or the user of the program which is a client of
the TimeSupport API.
|
TimeSupport library API.
It allows to get new TimeSupport and get their text.