Click or drag to resize

OSGetTime Method

Returns current time as a dictionary of keys: hour, minute, second.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Dictionary GetTime(
	bool utc = false
)

Parameters

utc (Optional)
Type: SystemBoolean

[Missing <param name="utc"/> documentation for "M:Godot.OS.GetTime(System.Boolean)"]

Return Value

Type: Dictionary

[Missing <returns> documentation for "M:Godot.OS.GetTime(System.Boolean)"]

See Also