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




Syntax
'Declaration
 
Public Overloads Function IsDateSelected( _
   ByVal nYear As Integer, _
   ByVal nMonth As Integer, _
   ByVal nDay As Integer _
) As Boolean
'Usage
 
Dim instance As CalendarBar
Dim nYear As Integer
Dim nMonth As Integer
Dim nDay As Integer
Dim value As Boolean
 
value = instance.IsDateSelected(nYear, nMonth, nDay)
public bool IsDateSelected( 
   int nYear,
   int nMonth,
   int nDay
)
public: bool IsDateSelected( 
   int nYear,
   int nMonth,
   int nDay
) 
public:
bool IsDateSelected( 
   int nYear,
   int nMonth,
   int nDay
) 

Parameters

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