BCGControlBar Library for .NET
HitTestDate Method




Syntax
'Declaration
 
Protected Function HitTestDate( _
   ByVal point As Point, _
   ByRef dt As Date _
) As Boolean
'Usage
 
Dim instance As CalendarBar
Dim point As Point
Dim dt As Date
Dim value As Boolean
 
value = instance.HitTestDate(point, dt)
protected bool HitTestDate( 
   Point point,
   ref DateTime dt
)
protected: bool HitTestDate( 
   Point point,
   ref DateTime dt
) 
protected:
bool HitTestDate( 
   Point point,
   DateTime% dt
) 

Parameters

point
dt
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