函数参考


_WinHttpTimeFromSystemTime

根据 HTTP 版本 1.0 的协议格式化一个系统日期和时间.

#Include <WinHttp.au3>
_WinHttpTimeFromSystemTime()

参数

None.

返回值

成功: 返回时间字符串.
失败: 返回空字符串并设置 @error:
1 - 初始化 DllCall 失败
2 - 主要 DllCall 失败

注意/说明

None.

相关

_WinHttpTimeToSystemTime

详情参考

http://msdn.microsoft.com/en-us/library/aa384117(VS.85).aspx

示例/演示


#AutoIt3Wrapper_AU3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6

#include "WinHttp.au3"

Opt("MustDeclareVars", 1)

MsgBox(64, "WinHttp time", _WinHttpTimeFromSystemTime())