EmulationClientSetTimezoneOverrideAsync Method  | 
Version 104.4.240 
            Overrides default host system timezone with the specified one.
            
 
    Namespace: 
   CefSharp.DevTools.Emulation
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<DevToolsMethodResponse> SetTimezoneOverrideAsync(
	string timezoneId
)
public:
Task<DevToolsMethodResponse^>^ SetTimezoneOverrideAsync(
	String^ timezoneId
)
Parameters
- timezoneId
 - Type: SystemString
The timezone identifier. If empty, disables the override andrestores default host system timezone. 
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also