Share via


CompareDate Constructor

 

Initializes a new instance of the CompareDate class.

Namespace:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Overload List

Name Description
System_CAPS_pubmethod CompareDate()

Initializes a new instance of the CompareDate class.

System_CAPS_pubmethod CompareDate(InArgument<DateTime>, InArgument<DateTime>)

Initializes a new instance of the CompareDate class.

See Also

CompareDate Class
Microsoft.Activities.Expressions Namespace

Return to top

CompareDate Constructor ()

Initializes a new instance of the CompareDate class.

Syntax

public CompareDate()
public:
CompareDate()
new : unit -> CompareDate
Public Sub New

Return to top

CompareDate Constructor (InArgument<DateTime>, InArgument<DateTime>)

Initializes a new instance of the CompareDate class.

Syntax

public CompareDate(
    InArgument<DateTime> left,
    InArgument<DateTime> right
)
public:
CompareDate(
    InArgument<DateTime>^ left,
    InArgument<DateTime>^ right
)
new : 
        left:InArgument<DateTime> *
        right:InArgument<DateTime> -> CompareDate
Public Sub New (
    left As InArgument(Of Date),
    right As InArgument(Of Date)
)

Parameters

Return to top