GetSystemTime v0.1.0

Source
Retrieves the current UTC date and time.

Package: Windows

Microsoft documentation: GetSystemTime

Signature

func GetSystemTime(time: *SystemTime);

Parameters

NameTypeDescription
time*SystemTimeWritable destination for UTC time.

The pointer must be non-null and writable. The function does not return a status value.

See also