Skip to main content
Planview Customer Success Center

Months Function

Months (number as Numeric) as Duration

Category: Date
Description: Returns duration value in months
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 months based on the "number" parameter entered
Example #1

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

Months(2)

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