DateMotionCollectionT, TDerivativeDates Property |
Gets the list of dates in this collection.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
IListJulianDateImplements
IDateMotionCollectionT, TDerivativeDatesSee Also