DateTimeZone.RemoveZone
Removes timezone information from the given datetimezone value.
function (optionaldateTimeZone
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))
datetime(2011, 12, 31, 9, 15, 36)
Last modified 4yr ago