Package | Description |
---|---|
com.apptus.esales.connector.time |
Modifier and Type | Method | Description |
---|---|---|
static Time |
Time.parse(String input) |
Parses a time of day in ISO 8601 format and returns it as a Time object.
|
static Time |
Time.parseInContext(String input,
Time start) |
Parses a time of day in ISO 8601 format and returns it as a Time object.
|
Time |
IsoDateTime.time() |
|
Time |
TimePoint.time(TimeZone tz) |
Returns the time of day (HH:MM:SS) for this time point,
observing local time zone.
|
Modifier and Type | Method | Description |
---|---|---|
static Time |
Time.parseInContext(String input,
Time start) |
Parses a time of day in ISO 8601 format and returns it as a Time object.
|
TimePoint |
CalendarDate.toTimePoint(Time t,
TimeZone tz) |
|
abstract TimePoint |
IsoDate.toTimePoint(Time t,
TimeZone tz) |
Returns a point in time represented by this date and a supplied
time of day.
|
TimePoint |
OrdinalDate.toTimePoint(Time t,
TimeZone tz) |
|
TimePoint |
WeekDate.toTimePoint(Time t,
TimeZone tz) |
Constructor | Description |
---|---|
IsoDateTime(IsoDate date,
Time time) |
Creates a date-object with the specified date and time.
|
Copyright © 2020 Apptus Technologies AB. All rights reserved.