Class | Description |
---|---|
CalendarDate |
A date on the form YYYY-MM-DD according to the Gregorian calendar.
|
Duration |
A duration on the form P[yY][mM][dD][T[hH][mM][sS]] or P[wW], that specifies the length of a time interval.
|
IsoDate |
A date on any valid ISO 8601 format.
|
IsoDateTime |
A date and time on the ISO 8601 format.
|
OrdinalDate |
A date on the form YYYY-DDD according to the Gregorian calendar, where
DDD specifies the day of year.
|
Time |
A time of day in ISO 8601 format.
|
TimeInterval |
An interval between two points in time.
|
TimePoint |
A point on the time scale.
|
WeekDate |
A week date on the format YYYY-Www-D, as defined by ISO 8601.
|
Enum | Description |
---|---|
Month |
Enumeration of months.
|
Unit |
An enumeration of time units.
|
Weekday |
A day-of-week enumeration.
|
Exception | Description |
---|---|
UnknownUnitException |
Thrown when a time unit is not recognized as a valid unit.
|
Copyright © 2020 Apptus Technologies AB. All rights reserved.