tointervalds() Function

Converts a value to Interval (Day to Second)

Syntax

tointervalds( value, … )

value: (Any Type) Value to convert.

Returns

Interval (Day to Second)

Notes

The duration data type is not available for storing activity classes or process variables, but it is useful for reporting process and task metrics.

The value parameter accepts Integer, Decimal, Text, fixed, Boolean, Time, Date, Datetime, timestamp, complex, fraction, and Array data types.

Multiple parameters return an Interval (Day to second) Array.

Examples

tointervalds("11h 10m 30s") returns 111030::00:00:00.000

Open in Github Built: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK