IDateMotionCollectionTDates 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)
SyntaxIList<JulianDate> Dates { get; }ReadOnly Property Dates As IList(Of JulianDate)
	Get
property IList<JulianDate>^ Dates {
	IList<JulianDate>^ get ();
}abstract Dates : IList<JulianDate> with get
Property Value
Type: 
IListJulianDate
See Also