Skip to main content
All docs
V18.2

constructor(start, length) Constructor

Initiates a new Interval object instance with the specified settings.

Declaration

constructor(
    start: number,
    length: number
)

Parameters

Name Type Description
start number

An integer value specifying the interval’s start position.

length number

An integer value specifying the interval’s length.

See Also