dbicMonth Send comments on this topic.
DateTimeCollection Class Members
See Also  Properties  Methods 
dbicMonth Assembly > Dbi.WinControl.Month Namespace : DateTimeCollection Class


"

The following tables list the members exposed by DateTimeCollection.

"

Public Constructors

 NameDescription
public ConstructorDateTimeCollection ConstructorInitializes a new instance of the DateTimeCollection class.  
Top

Public Properties

 NameDescription
public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
public PropertyCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
public PropertyItemGets a Date in the collection based on the index number.  
Top

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