ContextHelperGetParameterValue 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)
Syntaxpublic static DateTime GetParameterValue(
	ContextParameters context,
	string name,
	DateTime defaultValue
)
Public Shared Function GetParameterValue ( 
	context As ContextParameters,
	name As String,
	defaultValue As DateTime
) As DateTime
Parameters
- context
 - Type: WorkflowGen.My.DataContextParameters
The context - name
 - Type: SystemString
The context parameter name - defaultValue
 - Type: SystemDateTime
The default value 
Return Value
Type: 
DateTimeThe parameter value
See Also