Click or drag to resize

OSGetTimeZoneInfo Method

Returns the current time zone as a dictionary with the keys: bias and name.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Dictionary GetTimeZoneInfo()

Return Value

Type: Dictionary

[Missing <returns> documentation for "M:Godot.OS.GetTimeZoneInfo"]

See Also