Skip to main content

TzParameter

  • This class represents the "TZ" parameter

  • TzParameter should be called with a single argument that is an instance of URIType, or ParameterValueType, or DateTimeType with the type utc-offset

    new TzParameter(new ParameterValueType("Raleigh/North America"));

    new TzParameter(new DateTimeType("utcoffset", "-0500"));