###User Defined Function###
_Date_Time_FileTimeToLocalFileTime

###Description###
Converts a file time based on the Coordinated Universal Time to a local file time

###Syntax###
#include <Date.au3>
_Date_Time_FileTimeToLocalFileTime ( $pFileTime )


###Parameters###
@@ParamTable@@
$pFileTime
	Pointer to a $tagFILETIME structure containing the UTC based file time to be converted into a local file time.
@@End@@

###ReturnValue###
Returns a $tagFILETIME structure that contains the converted local file time.


###Remarks###
None.


###Related###
_Date_Time_FileTimeToDOSDateTime, _Date_Time_FileTimeToSystemTime, _Date_Time_LocalFileTimeToFileTime, $tagFILETIME


###Example###
@@IncludeExample@@
