Class ICalBuilder.TimeZone

Enclosing class:
ICalBuilder

public static class ICalBuilder.TimeZone extends ICalBuilder.Component
The iCalendar timezone component class. Please see Section 3.6.5 of RFC 5545 for a description of what properties are allowed in this component and the order in which they can occur. The properties must be added by providing them to a constructor and/or by using the methods ICalBuilder.Base.addProperty(String,String,boolean,String...) and ICalBuilder.Base.addProperty(String,String[],boolean,String...).
  • Constructor Details

    • TimeZone

      public TimeZone()
      Constructor.
    • TimeZone

      public TimeZone(String[] contents)
      Constructor with contents. Each element of the content array represents a line that starts with a property name. The lines are presumed to have special characters escaped when necessary. The content lines must not be not 'folded'.
      Parameters:
      contents - the sequence of properties for this component
  • Method Details