The global query options that are used. Either provide a timezone or a time offset but not both, otherwise the query fails.

Hierarchy

  • EventsQueryOptions

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
timeOffset?: number

The time offset to apply to the query in seconds.

timezone?: string

The timezone can be specified as GMT, UTC, an offset from UTC (like UTC+1), or as a Timezone Database identifier (like America/New_York).

Generated using TypeDoc