Packages

abstract class TimeZone extends Serializable with Cloneable

Annotations
@SerialVersionUID()
Linear Supertypes
Cloneable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeZone
  2. Cloneable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TimeZone()

Abstract Value Members

  1. abstract def getRawOffset: Int

Concrete Value Members

  1. def clone(): AnyRef
    Definition Classes
    TimeZone → AnyRef
  2. def getDisplayName: String
  3. def getDisplayName(locale: Locale): String
  4. def getDisplayName(daylight: Boolean, style: Int): String
  5. def getDisplayName(daylight: Boolean, style: Int, locale: Locale): String
  6. def getID: String
  7. def setID(id: String): Unit
  8. def toZoneId: ZoneId