Gets or sets the DateTime located at the specified position within this collection.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public DateTime Item [ |
Visual Basic Copy Code |
---|
Public Property Item( _ |
The zero-based index of the DateTime object to set or retrieve.
A DateTime instance located at the specified index within this collection.
This indexer property allows using the C# [] operator to access elements of this collection by their integer index.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |