Gets the number of dates contained in the collection.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public int Count { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Count As Integer |
An integer value representing the number of dates.
See Also