SetTimeZoneInformation

SetTimeZoneInformation是在一個TIME_ZONE_INFORMATION結構中載入與系統時區設定有關的信息。

聲明

Declare Function GetTimeZoneInformation Lib "kernel32" Alias "GetTimeZoneInformation" (lpTimeZoneInformation As TIME_ZONE_INFORMATION) As Long  

說明

在一個TIME_ZONE_INFORMATION結構中載入與系統時區設定有關的信息

返回值

Long,下述常數之一:
TIME_ZONE_ID_INVALID 函式執行失敗,會設定GetLastError
TIME_ZONE_ID_UNKNOWN 時區未知(可能仍然指定了bias值)
TIME_ZONE_ID_STANDARD 標準時間有效
TIME_ZONE_ID_DAYLIGHT 夏令時有效

參數表

參數 類型及說明
lpTimeZoneInformation TIME_ZONE_INFORMATION,用於載入時區信息的結構

註解

在lpTimeZoneInformation結構中為本地時間添加bias信息,從而獲得系統時間。TIME_ZONE_INFORMATION結構內部的DaylightName和StandardName字串肯定採用Unicode格式。

相關詞條

相關搜尋

熱門詞條

聯絡我們