DynamicTimeRangeAbsolute method: FilterValues class
Syntax
DynamicTimeRangeAbsolute(&startTime, &endTime)
Description
Use this method to dynamically change the time range to view the data on a visualization in OpenSearch Insights. Use this method to specify an absolute time range.
Parameters
| Parameter | Description |
|---|---|
|
&startTime |
Specifies the start of the time range as a String value. |
|
&endTime |
Specifies the end of the time range as a String value. |
Returns
None.
Example
&timeRange.DynamicTimeRangeAbsolute("2000-04-20T00:00:00.000", "2000-04-20T00:00:00.000");
Related Topics