![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <SystemTimeZoneInterface.h>
Public Member Functions | |
virtual bool | setTimezone (const std::string &timeZone)=0 |
virtual | ~SystemTimeZoneInterface ()=default |
This interface is used by the device to set the system time zone.
The setTimeZone
function is responsible for validating and applying the new timezone value. The timezone value should be in the Olson format defined here.
The setTimezone function will be for AVS triggered changes as well as local changes.
|
virtualdefault |
Default destructor.
|
pure virtual |
Set the system time zone to the given timeZone
value.
timeZone | The new time zone to be used by the system. |
true
if it succeeds to set the new timezone; false
otherwise. AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0