BeginningOfMinute
Returns the UTC date and time for the beginning of the local minute based on the local date and time of the current session.
Syntax
BeginningOfMinute(numMinutes, baseDateTime)
Enabled for
Search/Dashboard | Yes |
Business Rules | Yes |
Quick Actions | Yes |
Workflow Objects | No |
Reports | No |
Parameters
numMinutes | (Optional) The number of intervals. If not specified, uses the default interval which is 0. Can be either a positive integer, to indicate minutes in the future, or a negative integer, to indicate minutes in the past. |
baseDateTime | (Optional) The base date for the function. If not specified, uses the default date which is the current date and time. |
Return Value
DateTime value in UTC time.
|
Example
$(BeginningOfMinute(12))
If today is August 10, 2014 at 11:15:00 AM local time and your time zone is Pacific time (which is UTC-7 during daylight savings time but UTC-8 during standard time), then 11:15:00 AM local time is equivalent to 6:15:00 PM UTC time. This function returns August 10, 2014 at 6:27:00 PM UTC time.