menu
flutter_essentials_kit package
documentation
extensions/date_time.dart
DateTimeOperations
nextMonth method
nextMonth method
dark_mode
light_mode
nextMonth
method
DateTime
nextMonth
(
)
Create a new date with next month values.
Implementation
DateTime nextMonth() => _copyWith(month: month + 1);
flutter_essentials_kit package
documentation
extensions/date_time
DateTimeOperations
nextMonth method
DateTimeOperations extension on
DateTime