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


"

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

"

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