Version

AddSelectWeek Method (MonthViewMultiReplayServer)

Selects the week in addition to what is already selected in the calendar
Syntax
'Declaration
 
Public Sub AddSelectWeek( _
   ByVal WeekNumber As System.Integer, _
   ByVal YearNumber As System.Integer, _
   ByVal SelectType As System.String _
) 
public void AddSelectWeek( 
   System.int WeekNumber,
   System.int YearNumber,
   System.string SelectType
)

Parameters

WeekNumber
The number of the week to be selected, 1- 52
YearNumber
The number of the year to be selected
SelectType
This determines the type of selection, can be "AddWeek" to add just this week or "Range" to select everything that is in between this week 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