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


"

The following tables list the members exposed by dbiDaysWeekendCollection.

"

Public Constructors

 NameDescription
public ConstructordbiDaysWeekendCollection ConstructorInitializes a new instance of the dbiDaysWeekendCollection 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 at a specific index in the collection.  
Top

Public Methods

 NameDescription
public MethodAddAdds a new item to the DbiDaysWeekendCollection class.  
public MethodClearClears all of the items in the collection. (Inherited from System.Collections.CollectionBase)
public MethodContainsDetermines if a specific day of the week has been added to DbiDaysWeekendCollection.  
public MethodIndexOfGets the index of a specific day of the week in the collection.  
public MethodInsertInserts a new day of the week to the collection.  
public MethodRemoveRemoves a specific day of the week.  
public MethodRemoveAtRemoves an item with a specific index. (Inherited from System.Collections.CollectionBase)
Top

See Also