dhaga.docs
API referenceInterfaces

TimeRange

Defined in: calendar/types.ts:21

A half-open time window [from, to) to query or search within.

Properties

from

from: Date;

Defined in: calendar/types.ts:22


to

to: Date;

Defined in: calendar/types.ts:23

On this page