TzProperty
This class represents the "TZ" property
This class should be called with two arguments, the first an array of the parameters, and the second the value of the property
The only acceptable parameters of
TzPropertyareValueParameter,AltidParameter,PIDParameter,PrefParameter,IndexParameter,TypeParameter,MediatypeParameterandAnyParameterIf you do not wish that the property have any parameters, leave the first argument array empty
The value of
TzPropertyshould be of typeTextType,URITypeorDateTimeType
new TzProperty([], new TextType("Raleigh/North America"));
new TzProperty([], new DateTimeType("utcoffset", "-0500"));