LeapSecondOffset

org.abh80.nf.core.time.UTCScale.LeapSecondOffset
case class LeapSecondOffset(startDate: Date, mjdBase: Int, fixedOffset: Double, rate: Double)(implicit tai: TimeScale)

Used to represent leap second offset.

Value parameters

fixedOffset

The fixed offset for leap second calculation

mjdBase

The mjd base time for the calculation of leap

rate

The rate for the calculation of the leap

startDate

The start time of the leap second

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product