UntilDate Property

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the specific date and time to wait until

Namespace: Microsoft.Activities.Extensions.Statements
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

C#
public InArgument<DateTime> UntilDate { get; set; }
Visual Basic
Public Property UntilDate As InArgument(Of DateTime)
	Get
	Set
Visual C++
public:
property InArgument<DateTime>^ UntilDate {
	InArgument<DateTime>^ get ();
	void set (InArgument<DateTime>^ value);
}

Remarks

If the date and time is in the past, the activity will not delay

See Also