Returns the day of the week name.
function (optional
date
as nullable any, optionalculture
as nullable any) as nullable any
Returns the day of the week name for the provided date
and, optionally, a culture culture
.
Date
Get the day of the week name.
Date.DayOfWeekName(#date(2011, 12, 31), "en-US")
"Saturday"