Intersoft ClientUI Documentation
IsInRange Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXCalendar Class : IsInRange Method






date

Syntax

Visual Basic (Declaration) 
Protected Function IsInRange( _
   ByVal date As Date _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXCalendar
Dim date As Date
Dim value As Boolean
 
value = instance.IsInRange(date)
C# 
protected bool IsInRange( 
   DateTime date
)
Delphi 
protected function IsInRange( 
    date: DateTime
): Boolean; 
JScript 
protected function IsInRange( 
   date : DateTime
) : boolean;
Managed Extensions for C++ 
protected: bool IsInRange( 
   DateTime date
) 
C++/CLI 
protected:
bool IsInRange( 
   DateTime date
) 

Parameters

date

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.