StaticDateTimeZone

com.github.nscala_time.time.StaticDateTimeZone
See theStaticDateTimeZone companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def forID(id: String): DateTimeZone

Attributes

Inherited from:
StaticDateTimeZone
def forOffsetHours(hours: Int): DateTimeZone

Attributes

Inherited from:
StaticDateTimeZone
def forOffsetHoursMinutes(hours: Int, minutes: Int): DateTimeZone

Attributes

Inherited from:
StaticDateTimeZone
def forOffsetMillis(millis: Int): DateTimeZone

Attributes

Inherited from:
StaticDateTimeZone
def forTimeZone(zone: TimeZone): DateTimeZone

Attributes

Inherited from:
StaticDateTimeZone
def getAvailableIDs(): Set[String]

Attributes

Inherited from:
StaticDateTimeZone
def getDefault(): DateTimeZone

Attributes

Inherited from:
StaticDateTimeZone
def getNameProvider(): NameProvider

Attributes

Inherited from:
StaticDateTimeZone
def getProvider(): Provider

Attributes

Inherited from:
StaticDateTimeZone
def setDefault(zone: DateTimeZone): Unit

Attributes

Inherited from:
StaticDateTimeZone
def setNameProvider(nameProvider: NameProvider): Unit

Attributes

Inherited from:
StaticDateTimeZone
def setProvider(provider: Provider): Unit

Attributes

Inherited from:
StaticDateTimeZone

Inherited fields

lazy val UTC: DateTimeZone

Attributes

Inherited from:
StaticDateTimeZone