dbicDropDate Send comments on this topic.
dbiDayFormatCollection Class Members
See Also  Properties  Methods 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace : dbiDayFormatCollection Class


"

The following tables list the members exposed by dbiDayFormatCollection.

"

Public Constructors

 NameDescription
public ConstructordbiDayFormatCollection ConstructorInitializes a new instance of the DbiDayFormatCollection 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 items in the collection. (Inherited from System.Collections.CollectionBase)
public PropertyItemGets or sets the item as a specific location in the collection.  
Top

Public Methods

 NameDescription
public MethodAddAdds a new day format to the collection.  
public MethodClearClears all of the items in the collection. (Inherited from System.Collections.CollectionBase)
public MethodContainsDetermines if a specific item exists in the collection.  
public MethodIndexOfReturns the index of a specified item within the collection.  
public MethodInsertInserts an item at a specific location in the collection.  
public MethodRemoveRemoves a specific item from the collection.  
public MethodRemoveAtRemoves an item at a specific location in the collection. (Inherited from System.Collections.CollectionBase)
Top

See Also