TimeExtent

constructor(timeInstant: Instant?)

Creates a time extent with a time instant.

Since

200.1.0

Parameters

timeInstant

The time instant is both the start and end time of the extent.


constructor(startTime: Instant?, endTime: Instant?)

Creates a time extent with the given start and end times.

Since

200.1.0

Parameters

startTime

The start time.

endTime

The end time.