Exam MCE-Dev-201 Topic 4 Question 152 Discussion

Actual exam question for Salesforce's MCE-Dev-201 exam
Question #: 152
Topic #: 4
A developerwants to transform the date and time 'Data_Enrolled' from Daylight Savings time. How would the developer change the time to fall back one hour?

Suggested Answer: B Vote an answer

To transform the date and time 'Data_Enrolled' from Daylight Savings time and fall back one hour, the developer should use the following AMPscript function:
%%=DateAdd(Data_Enrolled, -1, 'H')=%%
This function subtracts one hour from the 'Data_Enrolled' date and time.
References:
Salesforce Marketing Cloud AMPscript Date Functions
Salesforce Marketing Cloud Documentation

by Ivan at Sep 17, 2026, 04:36 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10