MindFusion.Wpf Pack Programmer's Guide
DateCollection.Remove Method
See Also
 





Removes the first occurrence of a specific date from the collection.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public bool Remove (
    DateTime date
)

Visual Basic  Copy Code

Public Function Remove( _
    date As DateTime _
) As Boolean

 Parameters

date

The date to remove from the collection.

 Return Value

true if date was successfully removed from the collection; otherwise, false.

 See Also

DateCollection Members
DateCollection Class
MindFusion.UI.Wpf Namespace