DynamicValue Implicit Conversion (TimeSpan to DynamicValue)

Converts a TimeSpan value to a Dynamic Value.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    value As TimeSpan _
) As DynamicValue
'Usage
Dim input As TimeSpan 
Dim output As DynamicValue 

output = CType(input, DynamicValue)
public static implicit operator DynamicValue (
    TimeSpan value
)
static implicit operator DynamicValue^ (
    TimeSpan value
)
JScript supports the use of custom casts, but not the declaration of new ones.

Parameters

Return Value

Type: Microsoft.Activities.DynamicValue
The converted Dynamic Value.

See Also

Reference

DynamicValue Class

Implicit Overload

Microsoft.Activities Namespace