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
TzProperty
areValueParameter
,AltidParameter
,PIDParameter
,PrefParameter
,IndexParameter
,TypeParameter
,MediatypeParameter
andAnyParameter
If you do not wish that the property have any parameters, leave the first argument array empty
The value of
TzProperty
should be of typeTextType
,URIType
orDateTimeType
new TzProperty([], new TextType("Raleigh/North America"));
new TzProperty([], new DateTimeType("utcoffset", "-0500"));