×

Get Time Between Dates

iOS 14 +

Notes

Retrieves the time between the two dates.

Syntax

getTimeBetween(first: <#Variable#>, second: <#Variable#>, interval: <#Enumeration (WFTimeUntilUnit)#>)

Example

getTimeBetween(first: CurrentDate, second: AdjustedDate, interval: Minutes)