TimeExtent constructor

TimeExtent({
  1. DateTime? startTime,
  2. DateTime? endTime,
})

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

Parameters:

  • startTime — The start time.
  • endTime — The end time.