daysInMonth property
The number of days in the month.
ZonedDateTime('Asia/Singapore', 2019, 2).daysInMonth; // 28
ZonedDateTime('Asia/Singapore', 2020, 2).daysInMonth; // 29
Implementation
@useResult int get daysInMonth => _native.daysInMonth;
The number of days in the month.
ZonedDateTime('Asia/Singapore', 2019, 2).daysInMonth; // 28
ZonedDateTime('Asia/Singapore', 2020, 2).daysInMonth; // 29
@useResult int get daysInMonth => _native.daysInMonth;