Intersoft ClientUI Documentation
IsInRange Method



Syntax
Protected Function IsInRange( _
   ByVal date As Date _
) As Boolean
Dim instance As UXCalendar
Dim date As Date
Dim value As Boolean
 
value = instance.IsInRange(date)
protected bool IsInRange( 
   DateTime date
)
protected:
bool IsInRange( 
   DateTime date
) 

Parameters

date
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

UXCalendar Class
UXCalendar Members

Send Feedback