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