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






date
The date to search for
Gets the UXCalendarButton from specified date.

Syntax

Visual Basic (Declaration) 
Public Function GetUXCalendarButtonByDate( _
   ByVal date As Date _
) As UXCalendarButton
Visual Basic (Usage)Copy Code
Dim instance As UXCalendar
Dim date As Date
Dim value As UXCalendarButton
 
value = instance.GetUXCalendarButtonByDate(date)
C# 
public UXCalendarButton GetUXCalendarButtonByDate( 
   DateTime date
)
Delphi 
public function GetUXCalendarButtonByDate( 
    date: DateTime
): UXCalendarButton; 
JScript 
public function GetUXCalendarButtonByDate( 
   date : DateTime
) : UXCalendarButton;
Managed Extensions for C++ 
public: UXCalendarButton* GetUXCalendarButtonByDate( 
   DateTime date
) 
C++/CLI 
public:
UXCalendarButton^ GetUXCalendarButtonByDate( 
   DateTime date
) 

Parameters

date
The date to search for

Return Value

UXCalendarButton if there is a UXCalendarButton with the specified date; otherwise, null.

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.