roundToDayStart method
Returns a new DateTime rounded to the start of the day (00:00:00).
Implementation
DateTime roundToDayStart() {
return DateTimeCalculator.roundToDayStart(this);
}
Returns a new DateTime rounded to the start of the day (00:00:00).
DateTime roundToDayStart() {
return DateTimeCalculator.roundToDayStart(this);
}