MindFusion.Wpf Pack Programmer's Guide
DateCollection.Item Property
See Also
 





Gets or sets the date at the specified index in the collection.

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

 Syntax

C#  Copy Code

public DateTime Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Property Item( _
    index As Integer _
) As DateTime

 Parameters

index

The zero-based index of the date to get or set.

 Property Value

The date at the specified index.

 See Also

DateCollection Members
DateCollection Class
MindFusion.UI.Wpf Namespace