Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OffsetAndTimestamp

Represent information related to a Offset with timestamp information

Hierarchy

  • OffsetAndTimestamp

Index

Constructors

constructor

Methods

getOffset

  • getOffset(): number
  • Set the offset

    Returns number

getTimestamp

  • getTimestamp(): number
  • Set the timestamp

    Returns number

setOffset

  • Set the offset

    Parameters

    • offset: number

    Returns OffsetAndTimestamp

setTimestamp

  • Set the timestamp

    Parameters

    • timestamp: number

    Returns OffsetAndTimestamp

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc