Class TimeInterval

Represents a time interval.

Hierarchy

  • TimeInterval

Constructors

Properties

Methods

Constructors

Properties

end: Time

The end of the interval.

start: Time

The start of the interval.

Methods

  • Returns the interval as a string, rendering both the start and end times. Renders in the format "HH:MM:SS.mmm --> HH:MM:SS.mmm", with the default delimiter being " --> ".

    Parameters

    • delimiter: string = ' --> '

      The delimiter between the start and end times.

    • msDelimiter: string = '.'

      The delimiter between seconds and milliseconds.

    Returns string

Generated using TypeDoc