Intersoft ClientUI Documentation
GetUXCalendarButtonByDate Method



The date to search for
Gets the UXCalendarButton from specified date.
Syntax
Public Function GetUXCalendarButtonByDate( _
   ByVal date As Date _
) As UXCalendarButton
Dim instance As UXCalendar
Dim date As Date
Dim value As UXCalendarButton
 
value = instance.GetUXCalendarButtonByDate(date)
public UXCalendarButton GetUXCalendarButtonByDate( 
   DateTime date
)
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 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