void setParameterDateTime(Object patternInstance, String parameterName, DateTime value)
void setParameterDateTime(Object patternInstance, String parameterName, DateTime value)
Name | Type | Description |
---|---|---|
patternInstance | Object | The return value (opaque) from the pattern $1instantiate(String)$1 method. |
parameterName | String | Name of the bind parameter whose value is being set. |
value | DateTime | Value of the bind parameter |
Type | Description |
---|---|
void |