Module ical4j.core

Class TzName

All Implemented Interfaces:
Serializable, Comparable<Property>, Encodable, FluentProperty, Prototype<Property>

public class TzName extends Property implements Encodable
$Id$

Created: [Apr 6, 2004]

Defines a TZNAME iCalendar component property.

See Also:
  • Constructor Details

    • TzName

      public TzName()
      Default constructor.
    • TzName

      public TzName(String aValue)
      Parameters:
      aValue - a value string for this component
    • TzName

      public TzName(ParameterList aList, String aValue)
      Parameters:
      aList - a list of parameters for this component
      aValue - a value string for this component
  • Method Details