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

public class Version extends VPropertyBase<String,Version> implements VElement
VERSION RFC 5545, 3.7.4, page 79 This property specifies the identifier corresponding to the highest version number or the minimum and maximum range of the iCalendar specification that is required in order to interpret the iCalendar object. A value of "2.0" corresponds to this software. Example: VERSION:2.0
See Also:
  • Field Details

    • DEFAULT_ICALENDAR_SPECIFICATION_VERSION

      public static final String DEFAULT_ICALENDAR_SPECIFICATION_VERSION
      See Also:
  • Constructor Details

    • Version

      public Version(Version source)
    • Version

      public Version()
      Set version to default value of 2.0
  • Method Details