Pattern.Manager.setParameterDateTime()

Signature

void setParameterDateTime(Object patternInstance, String parameterName, DateTime value)

Domain

ACTION

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

NameTypeDescription
patternInstanceObjectThe return value (opaque) from the pattern $1instantiate(String)$1 method.
parameterNameStringName of the bind parameter whose value is being set.
valueDateTimeValue of the bind parameter

Returns

TypeDescription
void

Cautions

none