Search
DateList Members
Constructors Methods
 


Represents a strongly-typed sorted collection of DateTime objects.

The following tables list the members exposed by the DateList type.

 Public Constructors

  Name Description

DateList

Initializes a new instance of the DateList class.

 Public Methods

  Name Description

add

Overloaded.   (Inherited from BaseList.)

addBaseListListener

Adds a BaseListListener to the list. (Inherited from BaseList.)

addChangeListener

Adds a ChangeListener to the list.

clear

Removes all elements from the list. (Inherited from BaseList.)

first

Gets the first element of this list. (Inherited from BaseList.)

get

Returns the element at the specified position in the list. (Inherited from BaseList.)

last

Gets the last element of this list. (Inherited from BaseList.)

readExternal

  (Inherited from BaseList.)

remove

Overloaded.   (Inherited from BaseList.)

removeBaseListListener

Removes the specified BaseListListener from the list. (Inherited from BaseList.)

removeChangeListener

Removes the specified ChangeListener from the list.

set

Replaces the element at the specified position in this list with the specified element. (Inherited from BaseList.)

size

Returns the number of elements in the list. (Inherited from BaseList.)

writeExternal

  (Inherited from BaseList.)

 See Also