Date.StartOfDay
Returns the first value of the day.
function (optionaldateTime
as nullable any) as nullable any
Returns the first value of the day
dateTime
. dateTime
must be a date
, datetime
, or datetimezone
value.Date
Find the start of the day for October 10th, 2011, 8:00AM (
#datetime(2011, 10, 10, 8, 0, 0)
).Date.StartOfDay(#datetime(2011, 10, 10, 8, 0, 0))
datetime(2011, 10, 10, 0, 0, 0)
Last modified 4yr ago