Method: PureCloud::AggregationQuery#time_zone
- Defined in:
- lib/purecloud/models/aggregation_query.rb
#time_zone ⇒ Object
Sets the time zone for the query interval, defaults to UTC. Time zones are represented as an ISO-8601 string. For example: UTC, UTC+01:00, or Europe/London
28 29 30 |
# File 'lib/purecloud/models/aggregation_query.rb', line 28 def time_zone @time_zone end |