Click or drag to resize

ContextHelper.GetParameterValue Method (ContextParameters, String, DateTime)

Get the DateTime parameter value from the context

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntax
public static DateTime GetParameterValue(
	ContextParameters context,
	string name,
	DateTime defaultValue
)

Parameters

context
Type: WorkflowGen.My.Data.ContextParameters
The context
name
Type: System.String
The context parameter name
defaultValue
Type: System.DateTime
The default value

Return Value

Type: DateTime
The parameter value
See Also