###User Defined Function###
_SetTime

###Description###
Sets the current time of the system

###Syntax###
#include <Date.au3>
_SetTime ( $iHour, $iMinute [, $iSecond = 0] )


###Parameters###
@@ParamTable@@
$iHour
	the hour. Values: 0-23
$iMinute
	the minute. Values: 0-59
$iSecond
	[optional] the seconds. Values: 0-59
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	1.
Failure:	0 and sets the @error flag to non-zero.
@error:	1 - Failure
@extended:	<a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a>
	Error code(s): <a href="http://msdn.microsoft.com/en-us/library/ms681381.aspx">MSDN: ms681381.aspx</a>
@@End@@


###Remarks###
If the optional parameter (iSecond) is NOT defined, the function will not change the current value!


###Related###
_SetDate


###See Also###
@@MsdnLink@@ GetLastError


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