Search
DateCollection.Add Method
See Also
 






Adds the specified DateTime object to this collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Add (
    DateTime date
)

Visual Basic  Copy Code

Public Sub Add( _
    date As DateTime _
)

 Parameters

date

A DateTime instance to be added to the collection.

 See Also