menu
better_extensions package
documentation
date_time.dart
DateTimeExtension
daysInMonth property
daysInMonth property
dark_mode
light_mode
daysInMonth
property
int
get
daysInMonth
Implementation
int get daysInMonth { return DateTime(year, month + 1, 0).day; }
better_extensions package
documentation
date_time
DateTimeExtension
daysInMonth property
DateTimeExtension extension on
DateTime