DateTimeWithTzOffset.from constructor

DateTimeWithTzOffset.from(
  1. double tzOffset,
  2. DateTime dt
)

Implementation

DateTimeWithTzOffset.from(double tzOffset, DateTime dt)
    : this._internal(tzOffset, dt.year, dt.month, dt.day, dt.hour, dt.minute,
          dt.second, dt.millisecond, dt.microsecond);