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


"

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

"

Public Methods

 NameDescription
public MethodAddAdds a new day format to the collection.  
public MethodClearClears the all of the members of 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 as a specific location in the collection. (Inherited from System.Collections.CollectionBase)
Top

See Also