All Implemented Interfaces:
VProperty<ZoneId>, VChild, VElement, VParent

public class TimeZoneIdentifier extends VPropertyBase<ZoneId,TimeZoneIdentifier>
TZID Time Zone Identifier RFC 5545, 3.8.3.1, page 102 To specify the identifier for the time zone definition for a time component in the property value LIMITATION: globally unique time zones are stored as strings and the ZoneID is null. Only the toString and toContentLine methods will display the original string. Another method to convert the unique time zone string into a ZoneId is required. EXAMPLE: TZID:America/Los_Angeles
See Also:
  • Field Details

  • Constructor Details

    • TimeZoneIdentifier

      public TimeZoneIdentifier(TimeZoneIdentifier source)
    • TimeZoneIdentifier

      public TimeZoneIdentifier(ZoneId value)
    • TimeZoneIdentifier

      public TimeZoneIdentifier()
  • Method Details