Gets or sets the date at the specified index in the collection.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public DateTime Item [ |
Visual Basic
Copy Code
|
|---|
Public Property Item( _ |
The zero-based index of the date to get or set.
The date at the specified index.
See Also