Package | Description |
---|---|
com.apptus.esales.connector.report | |
com.apptus.esales.connector.time |
Modifier and Type | Method | Description |
---|---|---|
IsoDateTime |
Ad.endTime() |
|
IsoDateTime |
Ad.startTime() |
Modifier and Type | Method | Description |
---|---|---|
IsoDateTime |
TimePoint.dateTime(TimeZone tz) |
Returns the date and time (YYYY-MM-DDTHH:MM:SS) for this time point,
observing local time zone.
|
static IsoDateTime |
IsoDateTime.parse(String input) |
Parses a date and time specification and returns a date-time object.
|
static IsoDateTime |
IsoDateTime.parseInContext(String input,
IsoDateTime start) |
Parses a date and time specification and returns a date-time object.
|
Modifier and Type | Method | Description |
---|---|---|
static TimeInterval |
TimeInterval.create(Duration duration,
IsoDateTime end) |
Creates a time interval with the specified duration ending at
the specified end date-time.
|
static TimeInterval |
TimeInterval.create(IsoDateTime start,
Duration duration) |
Creates a time interval from the specified start date-time with the
specified duration.
|
static TimeInterval |
TimeInterval.create(IsoDateTime start,
IsoDateTime end) |
Creates a time interval between the specified start and end
date-times.
|
static IsoDateTime |
IsoDateTime.parseInContext(String input,
IsoDateTime start) |
Parses a date and time specification and returns a date-time object.
|
Copyright © 2020 Apptus Technologies AB. All rights reserved.