Removes the first occurrence of a DateTime object from this collection.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool Remove ( |
Visual Basic
Copy Code
|
|---|
Public Function Remove( _ |
A DateTime instance which must be removed from the collection.
See Also