Version

SelectWeek Method (MonthViewMultiReplayServer)

Selects the week
Syntax
'Declaration
 
Public Sub SelectWeek( _
   ByVal WeekNumber As System.Integer, _
   ByVal YearNumber As System.Integer _
) 
public void SelectWeek( 
   System.int WeekNumber,
   System.int YearNumber
)

Parameters

WeekNumber
The number of the week to be selected, 1- 52
YearNumber
The number of the year to be selected
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