Seconds Function
Seconds (number as Numeric) as Duration
| Category: | Date |
| Description: | Returns duration value in seconds |
| Supported Context: | FormulaField And BusinessRules |
| Parameters: | |
| number as Numeric | Numeric value or reference to a numeric field |
| Returned value as Duration | Returns a duration value in seconds based on the "number" parameter entered |
| Example #1 |
Build a numeric custom field that will measure the response time interval of a certain task, based on its duration. $ActualDuration/Seconds(90) |
| Tips |
|
| Related Functions | |
| Additional Links |

