Datetimezone Functions Overview

Updated on

Discover Datetimezone Functions in Power Query M Language, crucial for handling date, time and timezone values. This page provides a comprehensive list and descriptions of Datetimezone Functions available in the M Language.

Component Functions

FunctionDescription
DateTimeZone.ZoneHoursExtracts the hour component of the time zone from a DateTime value.
DateTimeZone.ZoneMinutesExtracts the minute component of the time zone from a DateTime value.

Creation and Conversion Functions

FunctionDescription
#datetimezoneCreates a datetimezone value from numbers representing the year, month, day, hour, minute, (fractional) second, (fractional) offset-hours, and offset-minutes.
DateTimeZone.FromCreates a datetimezone from the given value.
DateTimeZone.FromFileTimeCreates a datetimezone from a 64 bits long number.
DateTimeZone.FromTextCreates a datetimezone from local, universal, and custom datetimezone formats.
DateTimeZone.ToLocalConverts the timezone component to the local timezone.
DateTimeZone.ToRecordReturns a record containing the datetimezone value’s parts.
DateTimeZone.ToTextReturns a textual representation of the datetimezone value.
DateTimeZone.ToUtcConverts the timezone component to UTC timezone.

Current Value Functions

FunctionDescription
DateTimeZone.FixedLocalNowReturns the current date & time in the local timezone
DateTimeZone.FixedUtcNowReturns the current date and time in UTC (the GMT timezone)
DateTimeZone.LocalNowReturns the current date & time in the local timezone.
DateTimeZone.UtcNowReturns the current date and time in UTC (the GMT timezone).

Modification Functions

FunctionDescription
DateTimeZone.RemoveZoneRemoves timezone information from the given datetimezone value.
DateTimeZone.SwitchZoneChanges the timezone of the value.

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/datetimezone-functions

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy