Skip to main content
Planview Customer Success Center

Minutes Function

Minutes (number as Numeric) as Duration

Category: Date
Description: Returns duration value in minutes
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 minutes equal to the number specified in the "number" parameter
Example #1

Set a workflow rule that will automatically update the duration of tasks that are marked to be of certain type to be

Minutes(30)

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()