object TMTTimeHelper
This API allows users to get a representation of csw.time.core.models.TMTTime in a specific Time Zone,
returned as a java.time.ZonedDateTime.
- Alphabetic
- By Inheritance
- TMTTimeHelper
- 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
- def atHawaii(tmtTime: TMTTime): ZonedDateTime
Combines the csw.time.core.models.TMTTime with the Hawaii timezone to get a
java.time.ZonedDateTime.Combines the csw.time.core.models.TMTTime with the Hawaii timezone to get a
java.time.ZonedDateTime.- returns
time at the Hawaii-Aleutian Standard Time (HST) zone
- def atLocal(tmtTime: TMTTime): ZonedDateTime
Combines the csw.time.core.models.TMTTime with the Local timezone to get a
java.time.ZonedDateTime.Combines the csw.time.core.models.TMTTime with the Local timezone to get a
java.time.ZonedDateTime. Local timezone is the system's default timezone.- returns
time at the Local zone
- def atZone(tmtTime: TMTTime, zoneId: ZoneId): ZonedDateTime
Combines the csw.time.core.models.TMTTime with the given timezone to get a
java.time.ZonedDateTimeCombines the csw.time.core.models.TMTTime with the given timezone to get a
java.time.ZonedDateTime- zoneId
id of the required zone
- returns
time at the given zone
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toZonedDateTime(tmtTime: TMTTime): ZonedDateTime
Converts the csw.time.core.models.TMTTime instance to
java.time.ZonedDateTimeby adding 0 offset of UTC timezone.Converts the csw.time.core.models.TMTTime instance to
java.time.ZonedDateTimeby adding 0 offset of UTC timezone.- returns
zoned representation of the TMTTime
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])