menu
mink_utils package
documentation
time_utils.dart
Comparisons
beginOfMonth method
beginOfMonth method
dark_mode
light_mode
beginOfMonth
method
DateTime
beginOfMonth
(
{
int
monthAgo
=
0
,
})
Implementation
DateTime beginOfMonth({int monthAgo = 0}) => DateTime(year, month);
mink_utils package
documentation
time_utils
Comparisons
beginOfMonth method
Comparisons extension on
DateTime