Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TimeSpanRef

A Time Span represents a certain span of time.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • This constructor is an implementation detail. Do not use this.

    Parameters

    • ptr: number

    Returns TimeSpanRef

Properties

ptr

ptr: number

Methods

clone

  • Clones the Time Span.

    Returns TimeSpan

totalSeconds

  • totalSeconds(): number
  • Returns the total amount of seconds (including decimals) this Time Span represents.

    Returns number

Generated using TypeDoc