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: 8.0.5.0 (8.0.5.20210818)
Syntax public 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