Gets the formula that will be evaluated to deicde when a timed action will be triggered.

Namespace:  FreeFlow.Administration
Assembly:  FreeFlow.Administration (in FreeFlow.Administration.dll) Version: 2.0.0.135

Syntax

C#
public string AfterTime { get; }
Visual Basic (Declaration)
Public ReadOnly Property AfterTime As String
Visual C++
public:
property String^ AfterTime {
	String^ get ();
}

See Also