WBEMTime::GetLocalOffsetForDate methods
[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 time supplied in the argument.
Overload list
Method | Description |
---|---|
GetLocalOffsetForDate(time_t&) | Argument is a reference to a time_t. |
GetLocalOffsetForDate(FILETIME*) | Argument is a pointer to a FILETIME. |
GetLocalOffsetForDate(struct tm*) | Argument is a pointer to tm structure. |
GetLocalOffsetForDate(SYSTEMTIME*) | Argument is a pointer to a SYSTEMTIME. |
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
WbemTime.h |
DLL |
FrameDynOS.dll; FrameDyn.dll |