Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The functions to use when working with date values.
Adds an integral number of hours to the specified timestamp.
The following example returns "1991-01-01T00:59:59.000Z"
:
"[addHours('1990-12-31T23:59:59Z', 1)]"
Adds an integral number of minutes to the specified timestamp.
The following example returns "1991-01-01T00:00:59.000Z"
:
"[addMinutes('1990-12-31T23:59:59Z', 1)]"
Adds an integral number of seconds to the specified timestamp.
The following example returns "1991-01-01T00:00:00.000Z"
:
"[addSeconds('1990-12-31T23:59:60Z', 1)]"
Returns a string in ISO 8601 format of the current date and time on the local computer.
The following example could return "1990-12-31T23:59:59.000Z"
:
"[utcNow()]"
- For an introduction to Azure Resource Manager, see Azure Resource Manager overview.