Returns the date component of the given date, datetime, or datetimezone value.
function (optional
dateTime
as nullable any) as nullable any
Returns the date component of dateTime
, the given date
, datetime
, or datetimezone
value.
DateTime
Find date value of #datetime(2010, 12, 31, 11, 56, 02).
DateTime.Date(#datetime(2010, 12, 31, 11, 56, 02))