SetTimeZoneInformation

此頁沒有內(nèi)容條目
內(nèi)容

SetTimeZoneInformation

VB聲明

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

說明

設(shè)置系統(tǒng)時(shí)區(qū)信息

返回值

Long,TRUE(非零)表示成功,否則返回零。會(huì)設(shè)置GetLastError

參數(shù)表

參數(shù)

類型及說明

lpTimeZoneInformation

TIME_ZONE_INFORMATION,要在其中設(shè)置當(dāng)前時(shí)區(qū)信息的一個(gè)結(jié)構(gòu)

注解

參考GetTimeZoneInformation

Top