Inserts a DateTime object into the collection at the specified index.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void Insert ( |
Visual Basic
Copy Code
|
|---|
Public Sub Insert( _ |
Specifies the position at which the DateTime must be inserted.
A DateTime instance to be added to the collection.
See Also