Skip to content

Latest commit

 

History

History
81 lines (64 loc) · 3.42 KB

nf-wbemtime-wbemtime-getlocaloffsetfordate(constsystemtime).md

File metadata and controls

81 lines (64 loc) · 3.42 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wbemtime.WBEMTime.GetLocalOffsetForDate(constSYSTEMTIME)
WBEMTime::GetLocalOffsetForDate(const SYSTEMTIME) (wbemtime.h)
The GetLocalOffsetForDate method returns the offset in minutes (+ or �) between GMT and local time for the FILETIME supplied in the argument. (overload 3/4)
GetLocalOffsetForDate
GetLocalOffsetForDate method [Windows Management Instrumentation]
GetLocalOffsetForDate method [Windows Management Instrumentation]
WBEMTime interface
WBEMTime interface [Windows Management Instrumentation]
GetLocalOffsetForDate method
WBEMTime.GetLocalOffsetForDate
WBEMTime.GetLocalOffsetForDate(const SYSTEMTIME)
WBEMTime::GetLocalOffsetForDate
WBEMTime::GetLocalOffsetForDate(const FILETIME*)
WBEMTime::GetLocalOffsetForDate(const SYSTEMTIME)
wbemtime/WBEMTime::GetLocalOffsetForDate
wmi.wbemtime_getlocaloffsetfordate_const_filetime__
wmi\wbemtime_getlocaloffsetfordate_const_filetime__.htm
wmi
fd40907d-c4df-4eb0-8516-45def3d5d01f
12/05/2018
GetLocalOffsetForDate, GetLocalOffsetForDate method [Windows Management Instrumentation], GetLocalOffsetForDate method [Windows Management Instrumentation],WBEMTime interface, WBEMTime interface [Windows Management Instrumentation],GetLocalOffsetForDate method, WBEMTime.GetLocalOffsetForDate, WBEMTime.GetLocalOffsetForDate(const SYSTEMTIME), WBEMTime::GetLocalOffsetForDate, WBEMTime::GetLocalOffsetForDate(const FILETIME*), WBEMTime::GetLocalOffsetForDate(const SYSTEMTIME), wbemtime/WBEMTime::GetLocalOffsetForDate, wmi.wbemtime_getlocaloffsetfordate_const_filetime__
wbemtime.h
Windows
Windows Vista
Windows Server 2008
FrameDynOS.dll; FrameDyn.dll
Windows
19H1
WBEMTime::GetLocalOffsetForDate
wbemtime/WBEMTime::GetLocalOffsetForDate
c++
APIRef
kbSyntax
COM
FrameDynOS.dll
FrameDyn.dll
WBEMTime.GetLocalOffsetForDate

WBEMTime::GetLocalOffsetForDate(const SYSTEMTIME)

-description

[The WBEMTime class is part of the WMI Provider Framework which is now considered in final state, and no further development, enhancements, or updates will be available for non-security related issues affecting these libraries. The MI APIs should be used for all new development.]

The GetLocalOffsetForDate method returns the offset in minutes (+ or –) between GMT and local time for the FILETIME supplied in the argument.

-parameters

-param pst

TBD

- tmin

Pointer to a MFC FILETIME structure that represents the number of 100-nanosecond intervals since January 1, 1601 as a 64-bit value.

-returns

Returns the offset in minutes (+ or -) between GMT and local time for the time supplied in the argument.

-remarks

These are public static functions which permit their usage anywhere without having a WBEMTime object.