Search
DateCollection.Remove Method
See Also
 






Removes the first occurrence of a DateTime object from this collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool Remove (
    DateTime date
)

Visual Basic  Copy Code

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

 Parameters

date

A DateTime instance which must be removed from the collection.

 Return Value

 See Also