Gets or sets the DateStyle located at the specified position within this collection.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public DateStyle Item [ |
Visual Basic
Copy Code
|
|---|
Public Property Item ( _ |
An instance of the DateStyle class located at the specified index within this collection.
RemarksThis indexer property allows using the C# [] or VB.NET () operators to access elements of this collection by their integer index.
See Also