ProcessNodeTimerEventTimeDuration Property |
Non-null when the timer event is for time duration. The value conforms to the ISO-8601 format for time interval representations. Mutually exclusive with the other Time fields.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string TimeDuration { get; set; }
Public Property TimeDuration As String
Get
Set
public:
property String^ TimeDuration {
String^ get ();
void set (String^ value);
}
member TimeDuration : string with get, set
Property Value
Type:
String
See Also