menu
innerlibs
date_extension.dart
DateTimeExtensions
endOfDay property
endOfDay
dark_mode
light_mode
endOfDay
property
date
get
endOfDay
Returns the end of the day.
Implementation
date get endOfDay => date(year, month, day, 23, 59, 59, 999);
innerlibs
date_extension
DateTimeExtensions
endOfDay property
DateTimeExtensions extension on
DateTime