Klasse VTimezone

java.lang.Object
de.svws_nrw.davapi.util.icalendar.VTimezone

public class VTimezone extends Object
Diese Klasse repräsentiert ein VTIMEZONE-Eintrag innerhalb eines VCALENDAR
  • Felddetails

    • TIMEZONE_BEGIN_VALUE

      @NotNull public static final @NotNull String TIMEZONE_BEGIN_VALUE
      konstante für das BEGIN: und END: property der der VTimezone
      Siehe auch:
    • DEFAULT_TZ_BERLIN_EUROPE

      public static final VTimezone DEFAULT_TZ_BERLIN_EUROPE
      VTimezone für EUROPE/BERLIN
    • DEFAULT_TZ_BERLIN_EUROPE_STR

      public static final String DEFAULT_TZ_BERLIN_EUROPE_STR
      TZID für EUROPE/BERLIN
      Siehe auch:
  • Konstruktordetails

    • VTimezone

      public VTimezone()
      public default constructor
  • Methodendetails

    • addProperty

      public void addProperty(IProperty property)
      fügt der Liste der Properties ein neues Property hinzu
      Parameter:
      property - das zuzufügende Property
    • serialize

      public void serialize(StringBuilder sb)
      serialisiert diese VTimezone am gegebenen Stringbuffer
      Parameter:
      sb - der Stringbuffer