TimeBounds constructor

TimeBounds(
  1. int minTime,
  2. int maxTime
)

Constructor minTime and maxTime are 64bit Unix timestamps.

Implementation

TimeBounds