Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VariableTime

Identifies a variable and related time.

Hierarchy

  • VariableTime

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

time

  • get time(): number | null
  • Gets the time of the variable, or null if a time is not appropriate for the temporal type of the variable.

    Returns number | null

variable

  • Gets the variable.

    Returns Variable

Methods

_setTime

  • _setTime(value: number | null): void
  • Parameters

    • value: number | null

    Returns void

_setVariable

  • Parameters

    Returns void