TzParameter
This class represents the "TZ" parameter
TzParameter
should be called with a single argument that is an instance ofURIType
, orParameterValueType
, orDateTimeType
with the typeutc-offset
new TzParameter(new ParameterValueType("Raleigh/North America"));
new TzParameter(new DateTimeType("utcoffset", "-0500"));