menu
calendar_view2 package
documentation
calendar_view.dart
DateTimeExtensions
isDayStart property
isDayStart property
dark_mode
light_mode
isDayStart
property
bool
get
isDayStart
Implementation
bool get isDayStart => hour % 24 == 0 && minute % 60 == 0;
calendar_view2 package
documentation
calendar_view
DateTimeExtensions
isDayStart property
DateTimeExtensions extension on
DateTime