setZone method

void setZone(
  1. String timeZoneName
)

Implementation

void setZone(String timeZoneName) {
  _timeZoneName = timeZoneName;
}