TimeAdd constructor

TimeAdd(
  1. Object base,
  2. Object offset,
  3. Object unit
)

Implementation

TimeAdd(this.base, this.offset, this.unit);