ph_minutesafter PowerHome formula function
Description
Returns the number of minutes that have elapsed between two datetimes.
Syntax
ph_minutesafter ( dt, dt )
Argument Description
dt A datetime representing the start datetime.
dt A datetime representing the end datetime.
Return value
Double. Returns the number of minutes that have elapsed between the start and end datetimes. Partial minutes are represented in decimal format. If the end date is earlier than the start date, the returned value will be negative.