DynamicValue Implicit Conversion (DynamicValue to TimeSpan)

Converts a dynamic value to a TimeSpan value.

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

static implicit operator TimeSpan (
	DynamicValue^ dynamicValue
)

Parameters

dynamicValue
Type: Microsoft.Activities::DynamicValue
The dynamic value to be converted to TimeSpan Value.

Return Value

Type: System::TimeSpan
The converted TimeSpan value from a dynamic value.

Community Additions

ADD
Show: