daysInYear property

int get daysInYear

Returns the number of days in the year represented by this date

See the Rust documentation for days_in_year for more information.

Implementation

int get daysInYear {
  final result = _icu4x_Date_days_in_year_mv1(_ffi);
  return result;
}