Share via


DateInterval.Start property

Gets or sets the starting DateTime of the date interval.

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

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property Start As InArgument(Of DateTime)
    Get
    Set
'Usage
Dim instance As DateInterval
Dim value As InArgument(Of DateTime)

value = instance.Start

instance.Start = value
[RequiredArgumentAttribute]
public InArgument<DateTime> Start { get; set; }

Property value

Type: System.Activities.InArgument<DateTime>

See also

Reference

DateInterval class

DateInterval members

Microsoft.SharePoint.WorkflowServices.Activities namespace