TimeExtent

constructor(timeInstant: Instant?)

Creates a time extent with a time instant.

Since

200.1.0


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

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

Since

200.1.0