HttpExtractInternetTimeFromString

Extracts the Internet Time value from the ASCIIZ date and time string.

Syntax

    #include <httpexp.h>
    
    UINT32 HttpExtractInternetTimeFromString (
      char  *string);
    

Parameters

string
(IN) Points to an ASCIIZ string to extract the Internet time from.

Return Values

Returns the Internet Time (GMT) in seconds.