final class TimeDefinition extends Enum[TimeDefinition]
- Alphabetic
- By Inheritance
- TimeDefinition
- Enum
- Serializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- Enum → AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException])
- final def compareTo(arg0: TimeDefinition): Int
- Definition Classes
- Enum → Comparable
- def createDateTime(dateTime: LocalDateTime, standardOffset: ZoneOffset, wallOffset: ZoneOffset): LocalDateTime
Converts the specified local date-time to the local date-time actually seen on a wall clock.
Converts the specified local date-time to the local date-time actually seen on a wall clock.
This method converts using the type of this enum. The output is defined relative to the 'before' offset of the transition.
The UTC type uses the UTC offset. The STANDARD type uses the standard offset. The WALL type returns the input date-time. The result is intended for use with the wall-offset.
- dateTime
the local date-time, not null
- standardOffset
the standard offset, not null
- wallOffset
the wall offset, not null
- returns
the date-time relative to the wall/before offset, not null
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def equals(arg0: AnyRef): Boolean
- Definition Classes
- Enum → AnyRef → Any
- final def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- Enum → AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def getDeclaringClass(): Class[TimeDefinition]
- Definition Classes
- Enum
- final def hashCode(): Int
- Definition Classes
- Enum → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def name(): String
- Definition Classes
- Enum
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def ordinal(): Int
- Definition Classes
- Enum
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Enum → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()