###User Defined Function###
_GUICtrlMonthCal_SetMonthDelta

###Description###
Sets the scroll rate for a month calendar control

###Syntax###
#include <GuiMonthCal.au3>
_GUICtrlMonthCal_SetMonthDelta ( $hWnd, $iDelta )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$iDelta
	Value representing the number of months to be set as the control's scroll rate.
	If this value is zero, the month delta is reset to the default which is the number of months displayed in the control.
@@End@@

###ReturnValue###
Returns an INT value that represents the previous scroll rate.


###Remarks###
None.


###Related###


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