XdrTimeBounds constructor

XdrTimeBounds(
  1. XdrUint64 _minTime,
  2. XdrUint64 _maxTime
)

Implementation

XdrTimeBounds(this._minTime, this._maxTime);