Click or drag to resize

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)
Syntax
public IList<JulianDate> Dates { get; }

Property Value

Type: IList<JulianDate>

Implements

IDateMotionCollection<T>.Dates
See Also