Pattern.Manager.setParameterDateTime()
Signature
void setParameterDateTime(Object patternInstance, String parameterName, DateTime value)
Description
If the pattern string has a bind parameter that expects a DateTime object (java.util.Calendar), then its value has to be set using this method.
The value is set only for the given pattern instance.
Parameters
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 |