DateMotionCollection<T>.Dates Property |
Gets the list of dates in this collection.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IList<JulianDate> Dates { get; }
Public ReadOnly Property Dates As IList(Of JulianDate)
Get
public:
virtual property IList<JulianDate>^ Dates {
IList<JulianDate>^ get () sealed;
}
abstract Dates : IList<JulianDate> with get
override Dates : IList<JulianDate> with get
Property Value
Type:
IList<JulianDate>Implements
IDateMotionCollection<T>.Dates
See Also