menu
sunny_sdk_core package
documentation
model_exports.dart
DateTimeXX
atStartOfDay method
atStartOfDay method
dark_mode
light_mode
atStartOfDay
method
DateTime
atStartOfDay
(
)
Implementation
DateTime atStartOfDay() { final t = this; return DateTime(t.year, t.month, t.day); }
sunny_sdk_core package
documentation
model_exports
DateTimeXX
atStartOfDay method
DateTimeXX extension on
DateTime