EmulationClientSetTimezoneOverrideAsync Method |
Version 130.1.90
Overrides default host system timezone with the specified one.
Namespace: CefSharp.DevTools.EmulationAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetTimezoneOverrideAsync(
string timezoneId
)
public:
Task<DevToolsMethodResponse^>^ SetTimezoneOverrideAsync(
String^ timezoneId
)
Parameters
- timezoneId String
- The timezone identifier. List of supported timezones:https://source.chromium.org/chromium/chromium/deps/icu.git/+/faee8bc70570192d82d2978a71e2a615788597d1:source/data/misc/metaZones.txtIf empty, disables the override and restores default host system timezone.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also