Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

timeconv.h File Reference

#include "common.h"
#include <time.h>

Include dependency graph for timeconv.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

time_t fileTimeToUnixTime (const FILETIME *filetime, DWORD *remainder)
char * fileTimeToAscii (const FILETIME *filetime)
tm * fileTimeToStructTM (const FILETIME *filetime)


Function Documentation

char* fileTimeToAscii const FILETIME filetime  ) 
 

Definition at line 17 of file timeconv.c.

References fileTimeToUnixTime().

Referenced by pst_process().

Here is the call graph for this function:

struct tm* fileTimeToStructTM const FILETIME filetime  ) 
 

Definition at line 24 of file timeconv.c.

References fileTimeToUnixTime().

Referenced by pst_rfc2425_datetime_format(), and pst_rfc2445_datetime_format().

Here is the call graph for this function:

time_t fileTimeToUnixTime const FILETIME filetime,
DWORD remainder
 

Definition at line 37 of file timeconv.c.

References FILETIME::dwHighDateTime, FILETIME::dwLowDateTime, and UINT32.

Referenced by fileTimeToAscii(), fileTimeToStructTM(), and write_normal_email().


Generated on Thu Dec 11 11:59:12 2008 for 'LibPst' by  doxygen 1.3.9.1