Click or drag to resize

OSGetDate Method

Returns current date as a dictionary of keys: year, month, day, weekday, dst (Daylight Savings Time).

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

Parameters

utc (Optional)
Type: SystemBoolean

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

Return Value

Type: Dictionary

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

See Also