dayOfYear property
Returns the 1-indexed day in the year for this date
See the Rust documentation for day_of_year
for more information.
Implementation
int get dayOfYear {
final result = _icu4x_Date_day_of_year_mv1(_ffi);
return result;
}
Returns the 1-indexed day in the year for this date
See the Rust documentation for day_of_year
for more information.
int get dayOfYear {
final result = _icu4x_Date_day_of_year_mv1(_ffi);
return result;
}