Serialized Form

 
  • startDayOfWeek

    int startDayOfWeek
    The day of the week on which daylight saving time starts. This value must be between Calendar.SUNDAY and Calendar.SATURDAY inclusive.

    If useDaylight is false or startMode == DAY_OF_MONTH, this value is ignored.

     
  • startTime

    int startTime
    The time in milliseconds after midnight at which daylight saving time starts. This value is expressed as wall time, standard time, or UTC time, depending on the setting of startTimeMode.

    If useDaylight is false, this value is ignored.

     
  • startTimeMode

    int startTimeMode
    The format of startTime, either WALL_TIME, STANDARD_TIME, or UTC_TIME.
     
    Since:
    1.3
  • endMonth

    int endMonth
    The month in which daylight saving time ends. This value must be between Calendar.JANUARY and Calendar.UNDECIMBER. This value must not equal startMonth.

    If useDaylight is false, this value is ignored.

     
  • endDay

    int endDay
    This field has two possible interpretations:
    endMode == DOW_IN_MONTH
    endDay indicates the day of the month of endMonth on which daylight saving time ends, from 1 to 28, 30, or 31, depending on the endMonth.
    endMode != DOW_IN_MONTH
    endDay indicates which endDayOfWeek in th month endMonth daylight saving time ends on. For example, a value of +1 and a endDayOfWeek of Calendar.SUNDAY indicates the first Sunday of endMonth. Likewise, +2 would indicate the second Sunday, and -1 the last Sunday. A value of 0 is illegal.

    If useDaylight is false, this value is ignored.

     
  • endDayOfWeek

    int endDayOfWeek
    The day of the week on which daylight saving time ends. This value must be between Calendar.SUNDAY and Calendar.SATURDAY inclusive.

    If useDaylight is false or endMode == DAY_OF_MONTH, this value is ignored.

     
  • endTime

    int endTime
    The time in milliseconds after midnight at which daylight saving time ends. This value is expressed as wall time, standard time, or UTC time, depending on the setting of endTimeMode.

    If useDaylight is false, this value is ignored.

     
  • endTimeMode

    int endTimeMode
    The format of endTime, either WALL_TIME, STANDARD_TIME, or UTC_TIME.
     
    Since:
    1.3
  • startYear

    int startYear
    The year in which daylight saving time is first observed. This is an AD value. If this value is less than 1 then daylight saving time is observed for all AD years.

    If useDaylight is false, this value is ignored.

     
  • rawOffset

    int rawOffset
    The offset in milliseconds between this zone and GMT. Negative offsets are to the west of Greenwich. To obtain local standard time, add the offset to GMT time. To obtain local wall time it may also be necessary to add dstSavings.
     
  • useDaylight

    boolean useDaylight
    A boolean value which is true if and only if this zone uses daylight saving time. If this value is false, several other fields are ignored.
     
  • monthLength

    byte[] monthLength
    This field was serialized in JDK 1.1, so we have to keep it that way to maintain serialization compatibility. However, there's no need to recreate the array each time we create a new time zone.
    An array of bytes containing the values {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}. This is ignored as of the Java 2 platform v1.2, however, it must be streamed out for compatibility with JDK 1.1.
  • startMode

    int startMode
    Variables specifying the mode of the start rule. Takes the following values:
    DOM_MODE
    Exact day of week; e.g., March 1.
    DOW_IN_MONTH_MODE
    Day of week in month; e.g., last Sunday in March.
    DOW_GE_DOM_MODE
    Day of week after day of month; e.g., Sunday on or after March 15.
    DOW_LE_DOM_MODE
    Day of week before day of month; e.g., Sunday on or before March 15.
    The setting of this field affects the interpretation of the startDay field.

    If useDaylight is false, this value is ignored.

     
    Since:
    1.1.4
  • endMode

    int endMode
    Variables specifying the mode of the end rule. Takes the following values:
    DOM_MODE
    Exact day of week; e.g., March 1.
    DOW_IN_MONTH_MODE
    Day of week in month; e.g., last Sunday in March.
    DOW_GE_DOM_MODE
    Day of week after day of month; e.g., Sunday on or after March 15.
    DOW_LE_DOM_MODE
    Day of week before day of month; e.g., Sunday on or before March 15.
    The setting of this field affects the interpretation of the endDay field.

    If useDaylight is false, this value is ignored.

     
    Since:
    1.1.4
  • dstSavings

    int dstSavings
    A positive value indicating the amount of time saved during DST in milliseconds. Typically one hour (3600000); sometimes 30 minutes (1800000).

    If useDaylight is false, this value is ignored.

     
    Since:
    1.1.4
  • serialVersionOnStream

    int serialVersionOnStream
    The version of the serialized data on the stream. Possible values:
    0 or not present on stream
    JDK 1.1.3 or earlier.
    1
    JDK 1.1.4 or later. Includes three new fields: startMode, endMode, and dstSavings.
    2
    JDK 1.3 or later. Includes two new fields: startTimeMode and endTimeMode.
    When streaming out this class, the most recent format and the highest allowable serialVersionOnStream is written.
     
    Since:
    1.1.4
  • Class java.util.Stack extends Vector implements Serializable

    serialVersionUID:
    1224463164541339165L
  • Class java.util.TimeZone extends Object implements Serializable

    serialVersionUID:
    3581463369166924961L
  • Class java.util.TooManyListenersException extends Exception implements Serializable

  • Class java.util.TreeMap extends AbstractMap implements Serializable

    serialVersionUID:
    919286545866124006L
  • Class java.util.TreeSet extends AbstractSet implements Serializable

    serialVersionUID:
    -2479143000061671589L
  • Class java.util.UnknownFormatConversionException extends IllegalFormatException implements Serializable

    serialVersionUID:
    19060418L
  • Class java.util.UnknownFormatFlagsException extends IllegalFormatException implements Serializable

    serialVersionUID:
    19370506L
  • Class java.util.UUID extends Object implements Serializable

    serialVersionUID:
    -4856846361193249489L
  • Class java.util.Vector extends AbstractList implements Serializable

    serialVersionUID:
    -2767605614048989439L
  • Package java.util.jar

  • Package java.util.zip

  • Package javax.media

  • Package javax.microedition.io

  • Package javax.microedition.pki

  • Package javax.microedition.xlet

  • Package javax.microedition.xlet.ixc

  • Package javax.net.ssl

  • Package javax.security.auth.x500

  • Package javax.security.cert

  • Package javax.tv.graphics

  • Package javax.tv.locator

  • Package javax.tv.media

  • Package javax.tv.service

  • Package javax.tv.service.guide

  • Package javax.tv.service.navigation

  • Package javax.tv.service.selection

  • Package javax.tv.service.transport

  • Package javax.tv.util

  • Package javax.tv.xlet

  • Package javax.xml.parsers

  • Package javax.xml.stream

  • Package org.apache.log4j

  • Package org.apache.log4j.spi

  • Package org.davic.media

  • Package org.davic.mpeg

  • Package org.davic.mpeg.sections

  • Package org.davic.net

  • Package org.davic.net.tuning

  • Package org.davic.resources

  • Package org.dvb.application

  • Package org.dvb.dsmcc

  • Package org.dvb.event

  • Package org.dvb.media

  • Package org.dvb.net.rc

  • Package org.dvb.net.tuning

  • Package org.dvb.spi

  • Package org.dvb.ui

  • Package org.dvb.user

  • Package org.havi.ui

  • Package org.havi.ui.event

  • Package org.ocap.application

  • Package org.ocap.dvr

  • Package org.ocap.environment

  • Package org.ocap.event

  • Package org.ocap.hardware.device

  • Package org.ocap.hn

  • Package org.ocap.hn.content

  • Package org.ocap.media

  • Package org.ocap.service

  • Package org.ocap.shared.dvr

  • Package org.ocap.shared.media

  • Package org.ocap.storage

  • Package org.ocap.system

  • Package org.ocap.ui.event

  • Package org.w3c.dom

  • Package org.w3c.dom.events

  • Package org.xml.sax

  • Copyright © 2013 CableLabs. All Rights Reserved.