Parent topic
:
Classes
AgilePoint API
/
Classes
WFTimeDuration
Description
A class that represents Time Duration with length, time unit, and business time.
Syntax
public class
WFTimeDuration
: Serializable
Constructors
public ();
public (string length, WFTimeUnit unit, bool b);
public (int length, WFTimeUnit unit, bool b);
Namespace and Assembly
Requirement
Value
Namespace
Ascentn.Workflow.Base
Assembly
Ascentn.Workflow.WFBase (in Ascentn.Workflow.WFBase.dll)
Properties
Property
Type
Description
BusinessTime
bool
Determines whether the system should calculate duration as business time
Length
string
Length of time duration
Unit
WFTimeUnit
Time unit, hour, day, week, month, and year