DateInterval class

Provides information about the interval between two specified dates.

Inheritance hierarchy

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<Double>
        Microsoft.SharePoint.WorkflowServices.Activities.DateInterval

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public NotInheritable Class DateInterval _
    Inherits Activity(Of Double)
'Usage
Dim instance As DateInterval
public sealed class DateInterval : Activity<double>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DateInterval members

Microsoft.SharePoint.WorkflowServices.Activities namespace