###User Defined Function###
_Date_Time_LocalFileTimeToFileTime

###Description###
Converts a local file time to a file time based on UTC

###Syntax###
#include <Date.au3>
_Date_Time_LocalFileTimeToFileTime ( $pLocalTime )


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

###ReturnValue###
Returns a $tagFILETIME structure with the converted UTC based file time.


###Remarks###
This function uses the current settings for the time zone and daylight saving time. Therefore, if it is daylight saving time, this function will take daylight saving time into account, even if the time you are converting is in standard time.


###Related###
_Date_Time_FileTimeToLocalFileTime, $tagFILETIME


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