menu
saropa_dart_utils package
documentation
datetime/date_time_bounds_extensions.dart
DateTimeBoundsExtensions
startOfMonth property
startOfMonth property
dark_mode
light_mode
startOfMonth
property
@useResult
DateTime
get
startOfMonth
Start of month (first day 00:00:00).
Implementation
@useResult DateTime get startOfMonth => DateTime(year, month);
saropa_dart_utils package
documentation
datetime/date_time_bounds_extensions
DateTimeBoundsExtensions
startOfMonth property
DateTimeBoundsExtensions extension on
DateTime