Compartilhar via


GetLocalTime

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

Essa função recupera o atual local data e tempo.

Syntax

void GetLocalTime(
  LPSYSTEMTIME lpSystemTime
);

Parameters

  • lpSystemTime
    [out] Ponteiro para uma estrutura SYSTEMTIME para receber o atual local data e tempo.

Return Value

Nenhum.

Remarks

Granularidade milissegundo pode não ser com suporte por uma plataforma hardware. O chamador desta função não deve confiar no segunda mais granularidade.

Requirements

Header winbase.h
Library coredll.lib
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Time Functions
GetSystemTime
SetLocalTime
SetTimeZoneInformation
SYSTEMTIME

Other Resources

Timer Driver Reference