Intersoft ClientUI Documentation
Item Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXCalendarSelectedDatesCollection Class : Item Property






index

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal index As Integer _
) As Date
Visual Basic (Usage)Copy Code
Dim instance As UXCalendarSelectedDatesCollection
Dim index As Integer
Dim value As Date
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public DateTime this( 
   int index
) {get; set;}
Delphi 
public  this: : DateTime;( 
    index: Integer
); read-write
JScript 
public  this( 
   index : int
) get,set : DateTime
Managed Extensions for C++ 
public: __property DateTime get_Item( 
   int index
);
public: __property void set_Item( 
   int index,
   DateTime value
);
C++/CLI 
public:
property DateTime default [int] {
   DateTime get(int index);
   void set (int indexDateTime value);
}

Parameters

index

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.