Version

InternalMonthRangeSelected Method

Handles range selection of Month objects.
Syntax
'Declaration
 
Protected Function InternalMonthRangeSelected( _
   ByVal pivotMonth As Month, _
   ByVal selectedItemMonth As Month, _
   ByVal clearCurrentSelection As Boolean, _
   ByVal select As Boolean, _
   ByVal initialSelection As SelectedDateRanges _
) As Boolean
protected bool InternalMonthRangeSelected( 
   Month pivotMonth,
   Month selectedItemMonth,
   bool clearCurrentSelection,
   bool select,
   SelectedDateRanges initialSelection
)

Parameters

pivotMonth
Current pivot item
selectedItemMonth
Month selection is up to.
clearCurrentSelection
Boolean indicating if the current selection should be cleared.
select
Boolean indicating if this is a select or unselect.
initialSelection
Snapshot of selection before selection change.

Return Value

Boolean indicating if it failed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also