MindFusion.Wpf Pack Programmer's Guide
DateCollection.Insert Method
See Also
 





Inserts a date to the collection at the specified index.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public void Insert (
    int index,
    DateTime date
)

Visual Basic  Copy Code

Public Sub Insert( _
    index As Integer, _
    date As DateTime _
)

 Parameters

index

The zero-based index at which date should be inserted.

date

The date to insert into the collection.

 See Also

DateCollection Members
DateCollection Class
MindFusion.UI.Wpf Namespace