SystemTimeToHttpDate
调用此函数将系统时间转换为字符串了适当的格式在HTTP标头。
inline void SystemTimeToHttpDate(
const SYSTEMTIME& st,
CStringA & strTime
);
参数
st
系统时获取作为HTTP格式字符串。strTime
用于接收HTTP datetime字符串变量的引用如RFC 2616 (http://www.ietf.org/rfc/rfc2616.txt)和RFC 1123 (http://www.ietf.org/rfc/rfc1123.txt定义)。
要求
Header: atlutil.h