###User Defined Function###
_GUICtrlMonthCal_GetMonthDelta

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

###Syntax###
#include <GuiMonthCal.au3>
_GUICtrlMonthCal_GetMonthDelta ( $hWnd )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
@@End@@

###ReturnValue###
Returns an INT value as follow:
	the month calendar's current scroll rate, if the month delta was previously set using the <a href="_GUICtrlMonthCal_SetMonthDelta.htm">_GUICtrlMonthCal_SetMonthDelta()</a>.
	the current number of months visible, if the month delta was not previously set using the _GUICtrlMonthCal_SetMonthDelta() or the month delta was reset to the default.


###Remarks###
None.


###Related###
_GUICtrlMonthCal_SetMonthDelta

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