BCGControlBar Library for .NET
GetMaxMonthDay(Int32,Int32) Method




Syntax
'Declaration
 
Public Overloads Shared Function GetMaxMonthDay( _
   ByVal nMonth As Integer, _
   ByVal nYear As Integer _
) As Integer
'Usage
 
Dim nMonth As Integer
Dim nYear As Integer
Dim value As Integer
 
value = CalendarBar.GetMaxMonthDay(nMonth, nYear)
public static int GetMaxMonthDay( 
   int nMonth,
   int nYear
)
public: static int GetMaxMonthDay( 
   int nMonth,
   int nYear
) 
public:
static int GetMaxMonthDay( 
   int nMonth,
   int nYear
) 

Parameters

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

Send Feedback