GetLocalTime  92.1EP 

The GetLocalTime function retrieves the current local date and time.

VOID GetLocalTime(

    LPSYSTEMTIME lpSystemTime

// address of system time structure 

   );

 

 

Parameters

lpSystemTime

Points to a SYSTEMTIME537FNX structure to receive the current local date and time.

 

Return Values

This function does not return a value.

See Also

GetSystemTime, SetLocalTime, SYSTEMTIME