MindFusion.Silverlight Package Programmer's Guide
DateCollection.Remove Method
See Also
 





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

Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight

 Syntax

C#  Copy Code

public virtual bool Remove (
    DateTime date
)

Visual Basic  Copy Code

Public Overridable 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.Silverlight Namespace