Version

AddSelectMonth Method (MonthViewMultiReplayServer)

Select the month in additon to what is currently selected
Syntax
'Declaration
 
Public Sub AddSelectMonth( _
   ByVal MonthNumber As System.Integer, _
   ByVal SelectType As System.String _
) 
public void AddSelectMonth( 
   System.int MonthNumber,
   System.string SelectType
)

Parameters

MonthNumber
The number of the month to be selected, 1-12
SelectType
This determines the type of selection, can be "AddMonth" to add just this month or "Range" to select everything that is in between this month and the current selection
Requirements

Target Platforms: 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