MinutesBefore Function

Description:
The time which is so many whole minutes before the source time.
If the number of minutes is positive then the resultant time will be before the source time.
If the number of minutes is negative then the resultant time will be after the source time.
Returns:
Time
Parameters:
Parameter
Data Type
Description
1
Time
The source time.
2
Whole Number
The number of whole minutes before.
Example:
When using functions inside a field, remember the field brackets:
{MinutesBefore(ClosingTime, 30)}
Expression
Result
MinutesBefore( Time(23,15,45), 30 )
Time(22,45,45)

Related content