Removes the first occurrence of a specific date from the collection.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public bool Remove ( |
Visual Basic
Copy Code
|
|---|
Public Function Remove( _ |
The date to remove from the collection.
true if date was successfully removed from the collection; otherwise, false.
See Also