ProcessNodeTimerEventTimeCycle Property |
Non-null when the timer is recurring. The value conforms to the ISO-8601 format for recurring time intervals. 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 TimeCycle { get; set; }
Public Property TimeCycle As String
Get
Set
public:
property String^ TimeCycle {
String^ get ();
void set (String^ value);
}
member TimeCycle : string with get, set
Property Value
Type:
String
See Also