Skip to main content
Planview Customer Success Center

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
  • To update standard date/date time fields, use workflow rules
  • Review other date and duration useful functions, such as DateAdd(), ToDate(), etc
Related Functions

DateAdd()

ToDate()

Additional Links

checkbox custom field