###User Defined Function###
_Date_Time_SetLocalTime

###Description###
Sets the current local date and time

###Syntax###
#include <Date.au3>
_Date_Time_SetLocalTime ( $pSystemTime )


###Parameters###
@@ParamTable@@
$pSystemTime
	Pointer to a $tagSYSTEMTIME structure that contains the new local date and time
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	True
Failure:	False
@@End@@


###Remarks###
The <a href="_Date_Time_SetLocalTime.htm">_Date_Time_SetLocalTime()</a> function enables the SE_SYSTEMTIME_NAME privilege before changing the local time.


###Related###
_Date_Time_GetLocalTime, $tagSYSTEMTIME


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