BCGControlBar Library for .NET
GetMonthIndex Method




Syntax
'Declaration
 
Protected Function GetMonthIndex( _
   ByVal nYear As Integer, _
   ByVal nMonth As Integer _
) As Integer
'Usage
 
Dim instance As CalendarBar
Dim nYear As Integer
Dim nMonth As Integer
Dim value As Integer
 
value = instance.GetMonthIndex(nYear, nMonth)
protected int GetMonthIndex( 
   int nYear,
   int nMonth
)
protected: int GetMonthIndex( 
   int nYear,
   int nMonth
) 
protected:
int GetMonthIndex( 
   int nYear,
   int nMonth
) 

Parameters

nYear
nMonth
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

Reference

CalendarBar Class
CalendarBar Members

Send Feedback