Module ical4j.core

Class CalScale

All Implemented Interfaces:
Serializable, Comparable<Property>, FluentProperty, Prototype<Property>
Direct Known Subclasses:
ImmutableCalScale

public class CalScale extends Property
$Id$

Created: [Apr 6, 2004]

Defines a CALSCALE iCalendar property.

See Also:
  • Field Details

  • Constructor Details

    • CalScale

      public CalScale()
      Default constructor.
    • CalScale

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

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