withOffset method

TimeZoneInfo withOffset(
  1. UtcOffset offset
)

See the Rust documentation for with_offset for more information.

Implementation

TimeZoneInfo withOffset(UtcOffset offset) {
  final result = _icu4x_TimeZone_with_offset_mv1(_ffi, offset._ffi);
  return TimeZoneInfo._fromFfi(result, []);
}