Click or drag to resize

EmulationClientSetTimezoneOverrideAsync Method

Version 90.6.50
Overrides default host system timezone with the specified one.

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
Syntax
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: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also