SecondsBefore Function
Description:
The time which is so many whole seconds before the source time.
If the number of seconds is positive then the resultant time will be before the source time.
If the number of seconds 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 seconds before. |
Example:
When using functions inside a field, remember the field brackets:
{SecondsBefore(BankOpeningTime, 300)}
Expression | Result |
|---|---|
SecondsBefore( Time(23,15,45), 255 ) | Time(23,11,30) |