Windows2003-3790/inetcore/outlookexpress/wabw/wabapi/iso8601.h
2020-09-30 16:53:55 +02:00

12 lines
388 B
C

#ifndef _ISO8601_H_
#define _ISO8601_H_
HRESULT iso8601ToFileTime(char *pszisoDate, FILETIME *pftTime, BOOL fLenient, BOOL fPartial);
HRESULT iso8601ToSysTime(char *pszisoDate, SYSTEMTIME *pSysTime, BOOL fLenient, BOOL fPartial);
HRESULT FileTimeToiso8601(FILETIME *pftTime, char *pszBuf);
HRESULT SysTimeToiso8601(SYSTEMTIME *pstTime, char *pszBuf);
#endif // _ISO8601_H_