Skip to main content

Interface: Range<Unit>

client.Range

Range represents a set of values, used to match fields of a calendar. If end < start, then end is interpreted as equal to start. Similarly, if step is less than 1, then step is interpreted as 1.

Type parameters

Name
Unit

Properties

end

end: Unit

End of range (inclusive)

Default

start


start

start: Unit

Start of range (inclusive)


step

step: number

The step to take between each value.

Default

1