Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TimeRange

Specify time range. This paramter can be overwritten if time criteria is specified in the query string. If no time criteria are found in query string this time range is used.

Properties

timeEnd

timeEnd: Date

Time for query to stop matching results to. End Time must be greater than or equal to start time otherwise it will result in error.

timeStart

timeStart: Date

Time for query to start matching results from. Start time must be less than end time otherwise it will result in error.

Optional timeZone

timeZone: undefined | string

Time zone for query.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: TimeRange): object

getJsonObj