menu
flutter_kline_chart package
documentation
tools.dart
Tools
getStartOfMonth static method
getStartOfMonth static method
dark_mode
light_mode
getStartOfMonth
static method
DateTime
getStartOfMonth
(
DateTime
date
)
Implementation
static DateTime getStartOfMonth(DateTime date) { return DateTime(date.year, date.month, 1); }
flutter_kline_chart package
documentation
tools
Tools
getStartOfMonth static method
Tools class