Date.Day
Returns the day component.
function (optionaldateTime
as nullable any) as nullable any
Returns the day component of a
date
, datetime
, or datetimezone
value. Date
Get the day component of a
date
, datetime
, or datetimezone
value representing the date and time of 5/14/2011 05:00:00 PM.Date.Day(#datetime(2011, 5, 14, 17, 0, 0))
14
Last modified 4yr ago