Version

SetMonthYear Method (UltraCalendarControlDropDownTestObject)

SetMonth sets the first visible month of the UltraMonthViewMulti to the inputted value.
Syntax
'Declaration
 
Public Sub SetMonthYear( _
   ByVal month As Rational.Test.Ft.Script.Date _
) 
public void SetMonthYear( 
   Rational.Test.Ft.Script.Date month
)

Parameters

month
The first month that should appear in the VisibleMonths collection of the control.
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