BCGControlBar Library for .NET
CalcCalendarRow Method




Syntax
'Declaration
 
Public Overridable Function CalcCalendarRow( _
   ByVal nMonth As Integer, _
   ByVal row As Integer, _
   ByVal includeWeekNumber As Boolean _
) As Rectangle
'Usage
 
Dim instance As CalendarBar
Dim nMonth As Integer
Dim row As Integer
Dim includeWeekNumber As Boolean
Dim value As Rectangle
 
value = instance.CalcCalendarRow(nMonth, row, includeWeekNumber)
public virtual Rectangle CalcCalendarRow( 
   int nMonth,
   int row,
   bool includeWeekNumber
)
public: virtual Rectangle CalcCalendarRow( 
   int nMonth,
   int row,
   bool includeWeekNumber
) 
public:
virtual Rectangle CalcCalendarRow( 
   int nMonth,
   int row,
   bool includeWeekNumber
) 

Parameters

nMonth
row
includeWeekNumber
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