withoutOffset method
See the Rust documentation for without_offset
for more information.
Implementation
TimeZoneInfo withoutOffset() {
final result = _icu4x_TimeZone_without_offset_mv1(_ffi);
return TimeZoneInfo._fromFfi(result, []);
}
See the Rust documentation for without_offset
for more information.
TimeZoneInfo withoutOffset() {
final result = _icu4x_TimeZone_without_offset_mv1(_ffi);
return TimeZoneInfo._fromFfi(result, []);
}