HDateTime constructor

HDateTime(
  1. HDate date,
  2. HTime time,
  3. HTimeZone tz
)

Implementation

HDateTime(this.date, this.time, this.tz);