 |
InternetTimeToSystemTime ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Converts an HTTP time/date string to a SYSTEMTIME structure. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL InternetTimeToSystemTime(
LPCTSTR lpszTime,
SYSTEMTIME* pst,
DWORD dwReserved
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER InternetTimeToSystemTime IN wininet;
STRING lpszTime,;
STRING @ pst,;
INTEGER dwReserved
|
 |
 |
 |
| Parameters: |
 |
lpszTime
[in] Pointer to a null-terminated date/time string to convert.
pst
[out] Pointer to a SYSTEMTIME structure that receives the converted time.
dwReserved
[in] Reserved. Must be set to 0. |
 |
 |
| Return value: |
 |
| Returns TRUE if the string was converted, or FALSE otherwise. |
 |
 |
| Word Index links for the InternetTimeToSystemTime : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-08-11 19:10:19 | | Modified: | 2002-08-11 19:11:58 | Visited in last 7 days: 27 |