BCGControlBar Library for .NET
GetMonthDate Method




Syntax
'Declaration
 
Public Function GetMonthDate( _
   ByVal nMonthIndex As Integer _
) As Date
'Usage
 
Dim instance As CalendarBar
Dim nMonthIndex As Integer
Dim value As Date
 
value = instance.GetMonthDate(nMonthIndex)
public DateTime GetMonthDate( 
   int nMonthIndex
)
public: DateTime GetMonthDate( 
   int nMonthIndex
) 
public:
DateTime GetMonthDate( 
   int nMonthIndex
) 

Parameters

nMonthIndex
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