GetLocalTime v0.1.0
Retrieves the current local date and time.
Package: Windows
Microsoft documentation: GetLocalTime
Signature
func GetLocalTime(time: *SystemTime);
Parameters
| Name | Type | Description |
|---|---|---|
time | *SystemTime | Writable destination for local time. |
The pointer must be non-null and writable. The function does not return a status value.
See also
GetSystemTime— retrieve UTCSystemTime— result structure