weekOfYear method

IsoWeekOfYear weekOfYear()

Returns the week number in this year, using week data

See the Rust documentation for week_of_year for more information.

Implementation

IsoWeekOfYear weekOfYear() {
  final result = _icu4x_IsoDate_week_of_year_mv1(_ffi);
  return IsoWeekOfYear._fromFfi(result);
}