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





Replaces the current content of the collection with the specified date.

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

 Syntax

C#  Copy Code

public void AddSingle (
    DateTime date
)

Visual Basic  Copy Code

Public Sub AddSingle( _
    date As DateTime _
)

 Parameters

date

The date to become the sole element in the collection.

 See Also

DateCollection Members
DateCollection Class
MindFusion.UI.Wpf Namespace