Removes timezone information from the given datetimezone value.
function (optional
dateTimeZone
as nullable any) as nullable any
Returns a #datetime value from dateTimeZone
with timezone information removed.
DateTimeZone
Remove timezone information from the value #datetimezone(2011, 12, 31, 9, 15, 36, -7, 0).
DateTimeZone.RemoveZone( #datetimezone(2011, 12, 31, 9, 15, 36,-7, 0))