DateIntervalActivity.TimeVariable Property

Gets or sets the time interval between Date1Value and Date2Value

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property TimeVariable As Double
    Get
    Set
'Usage
Dim instance As DateIntervalActivity
Dim value As Double

value = instance.TimeVariable

instance.TimeVariable = value
[ValidationOptionAttribute(ValidationOption.Required)]
public double TimeVariable { get; set; }

Property Value

Type: System.Double
Returns Double.

See Also

Reference

DateIntervalActivity Class

DateIntervalActivity Members

Microsoft.SharePoint.WorkflowActions Namespace