Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes a time interval.

Hierarchy

  • ITimeInterval

Index

Properties

Properties

Optional endMs

endMs?: number

The end of the time interval, in milliseconds. The end is EXCLUSIVE, ie. not included in the range. If endMs of an interval is undefined, the interval is open and never ends.

startMs

startMs: number

The start of the time interval, in milliseconds.

Generated using TypeDoc