startOfDay property
DateTime
get
startOfDay
Returns the start of the day (00:00:00.000)
Implementation
DateTime get startOfDay => DateCalculations.startOfDay(this);
Returns the start of the day (00:00:00.000)
DateTime get startOfDay => DateCalculations.startOfDay(this);