monthIsLeap property

bool get monthIsLeap

Returns whether the month is a leap month.

See the Rust documentation for is_leap for more information.

Implementation

bool get monthIsLeap {
  final result = _icu4x_Date_month_is_leap_mv1(_ffi);
  return result;
}