GetLocalTime v0.1.0

Source
Retrieves the current local date and time.

Package: Windows

Microsoft documentation: GetLocalTime

Signature

func GetLocalTime(time: *SystemTime);

Parameters

NameTypeDescription
time*SystemTimeWritable destination for local time.

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

See also