TMTTime

csw.time.core.models.TMTTime
See theTMTTime companion object
sealed trait TMTTime extends Product, Serializable

Represents an instantaneous point in time. Its a wrapper around java.time.Instantand provides nanosecond precision. Supports 2 timescales:

  • UTCTime for Coordinated Universal Time (UTC) and
  • TAITime for International Atomic Time (TAI)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class TAITime
class UTCTime

Members list

Value members

Abstract methods

def value: Instant

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product