Version

InternalDayRangeSelection Method

Handles a Day range selection.
Syntax
'Declaration
 
Protected Function InternalDayRangeSelection( _
   ByVal pivotDate As Date, _
   ByVal selectItemDate As Date, _
   ByVal clearSelection As Boolean, _
   ByVal select As Boolean, _
   ByVal initialSelection As SelectedDateRanges _
) As Boolean
protected bool InternalDayRangeSelection( 
   DateTime pivotDate,
   DateTime selectItemDate,
   bool clearSelection,
   bool select,
   SelectedDateRanges initialSelection
)

Parameters

pivotDate
Date of the pivot item
selectItemDate
Date selected up to.
clearSelection
Boolean indicating if selection should be cleared.
select
Boolean indicating if the range should be selected or unselected.
initialSelection
Selection snapshot prior to selection change.

Return Value

Boolean indicating if the selection change took effect.
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