CalendarDate, OrdinalDate, WeekDatepublic abstract class IsoDate extends Object
| Constructor | Description |
|---|---|
IsoDate() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract String |
toString() |
Returns this date in ISO 8601 format.
|
abstract TimePoint |
toTimePoint(Time t,
TimeZone tz) |
Returns a point in time represented by this date and a supplied
time of day.
|
public abstract TimePoint toTimePoint(Time t, TimeZone tz)
t - A time of day. May be null.tz - The timezone.Copyright © 2019 Apptus Technologies AB. All rights reserved.