SimplePhaseNextNearDuration Property |
Calculated near duration for timer.
Namespace: Scanjour.Workflow4.ActivityLibrary.PhasesAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic OutArgument<TimeSpan> NextNearDuration { get; set; }
Public Property NextNearDuration As OutArgument(Of TimeSpan)
Get
Set
public:
property OutArgument<TimeSpan>^ NextNearDuration {
OutArgument<TimeSpan>^ get ();
void set (OutArgument<TimeSpan>^ value);
}
member NextNearDuration : OutArgument<TimeSpan> with get, set
Property Value
OutArgumentTimeSpan
See Also