Package | Description |
---|---|
org.bytedeco.systems.global | |
org.bytedeco.systems.windows |
Modifier and Type | Method and Description |
---|---|
static int |
windows.GetTimeZoneInformation(TIME_ZONE_INFORMATION lpTimeZoneInformation) |
static boolean |
windows.GetTimeZoneInformationForYear(short wYear,
DYNAMIC_TIME_ZONE_INFORMATION pdtzi,
TIME_ZONE_INFORMATION ptzi) |
static boolean |
windows.SetTimeZoneInformation(TIME_ZONE_INFORMATION lpTimeZoneInformation) |
static boolean |
windows.SystemTimeToTzSpecificLocalTime(TIME_ZONE_INFORMATION lpTimeZoneInformation,
SYSTEMTIME lpUniversalTime,
SYSTEMTIME lpLocalTime) |
static boolean |
windows.TzSpecificLocalTimeToSystemTime(TIME_ZONE_INFORMATION lpTimeZoneInformation,
SYSTEMTIME lpLocalTime,
SYSTEMTIME lpUniversalTime) |
Modifier and Type | Method and Description |
---|---|
TIME_ZONE_INFORMATION |
TIME_ZONE_INFORMATION.Bias(int setter) |
TIME_ZONE_INFORMATION |
TIME_ZONE_INFORMATION.DaylightBias(int setter) |
TIME_ZONE_INFORMATION |
TIME_ZONE_INFORMATION.DaylightDate(SYSTEMTIME setter) |
TIME_ZONE_INFORMATION |
TIME_ZONE_INFORMATION.DaylightName(int i,
char setter) |
TIME_ZONE_INFORMATION |
TIME_ZONE_INFORMATION.position(long position) |
TIME_ZONE_INFORMATION |
TIME_ZONE_INFORMATION.StandardBias(int setter) |
TIME_ZONE_INFORMATION |
TIME_ZONE_INFORMATION.StandardDate(SYSTEMTIME setter) |
TIME_ZONE_INFORMATION |
TIME_ZONE_INFORMATION.StandardName(int i,
char setter) |
Copyright © 2020. All rights reserved.