DateIntervalActivity.Date1Value Property
Gets or sets the starting date of the date interval.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property Date1Value As DateTime
Get
Set
'Usage
Dim instance As DateIntervalActivity
Dim value As DateTime
value = instance.Date1Value
instance.Date1Value = value
[ValidationOptionAttribute(ValidationOption.Required)]
public DateTime Date1Value { get; set; }
Property Value
Type: System.DateTime
Returns DateTime.