BCGControlBar Library for .NET
CalcCalendarColumn Method




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

Parameters

nMonth
column
includeWeekDay
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