dbicDate Send comments on this topic.
DateTimeCollection Class Methods
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace : DateTimeCollection Class


"

For a list of all members of this type, see DateTimeCollection members.

"

Public Methods

 NameDescription
public MethodAddAdds a Date to the end of the collection.  
public MethodClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
public MethodContainsDetermines if a Date is found within the collection.  
public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
public MethodIndexOfReturns the index of a specific Date in the collection.  
public MethodInsertInserts a Date at the desired index.  
public MethodRemoveRemove a Date from the collection.  
public MethodRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Top

See Also