Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 836 Bytes

GetLocalTime.md

File metadata and controls

42 lines (29 loc) · 836 Bytes

Home

Function name : GetLocalTime

Group: Time - Library: kernel32


Retrieves the current local date and time.


Code examples:

System and Local Time values
How to suspend or hibernate your system

Declaration:

VOID GetLocalTime(
  LPSYSTEMTIME lpSystemTime   // system time
);  

FoxPro declaration:

DECLARE GetLocalTime IN kernel32;
	STRING @ lpSystemTime  

Parameters:

lpSystemTime [out] Pointer to a SYSTEMTIME structure to receive the current local date and time.


Return value:

This function does not return a value.