Intersoft ClientUI Documentation
GetButtonByDate Method



the date of the button
Get calendar button by specified date.
Syntax
Public Function GetButtonByDate( _
   ByVal date As Date _
) As UXCalendarButton
Dim instance As UXCalendarItem
Dim date As Date
Dim value As UXCalendarButton
 
value = instance.GetButtonByDate(date)
public UXCalendarButton GetButtonByDate( 
   DateTime date
)
public:
UXCalendarButton^ GetButtonByDate( 
   DateTime date
) 

Parameters

date
the date of the button

Return Value

UXCalendarButton
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

UXCalendarItem Class
UXCalendarItem Members

Send Feedback