Forum

New version of Form...
 
Notifications
Clear all

New version of Formula Language Specification does not contain 6.8 DateTime.AddZone

3 Posts
2 Users
0 Reactions
73 Views
(@pablo)
Posts: 4
Active Member
Topic starter
 

Hi Mynda,

As I'm just taking the PQ course, I downloaded the Power Query Formula Language Specification, current version is October, 2016.

I see in the video "6.03 Using a Function to Add a Custom Column (0:07:58)", time reference 4:50, you had the February 2015 version, which shows the section 6.8 DateTime.AddZone.

The issue is that the recent Language Specification I downloaded doesn't have the same content since I can't find section 6.8.

Did I get the wrong PDF? Please help.

I used this URL:  https://msdn.microsoft.com/en-us/library/mt807488.aspx

Thanks,

Pablo

 
Posted : 02/12/2017 12:22 pm
(@catalinb)
Posts: 1937
Member Admin
 

Hi Pablo,

Indeed, the DateTime.AddZone is missing from october 16 specs, but you can find it online: https://msdn.microsoft.com/en-us/library/mt253514.aspx

In october 16 specs, you can find something you can use: it's the #datetimezone function, it has basically the same functionality:

#datetimezone( year, month, day, hour, minute, second, offset-hours, offset-minutes)

 
Posted : 04/12/2017 1:11 am
(@pablo)
Posts: 4
Active Member
Topic starter
 

Hi Catalin,

Thanks for your response. I got it.

 
Posted : 05/12/2017 10:25 am
Share: