utcOffset property
UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }.
Implementation
@$pb.TagNumber(8)
$10.Duration get utcOffset => $_getN(7);
Implementation
@$pb.TagNumber(8)
set utcOffset($10.Duration v) { setField(8, v); }