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