ParameterizedEvaluator1TParameter1, TResultAvailabilityIntervals Property |
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TimeIntervalCollection AvailabilityIntervals { get; }
Public ReadOnly Property AvailabilityIntervals As TimeIntervalCollection
Get
public:
property TimeIntervalCollection^ AvailabilityIntervals {
TimeIntervalCollection^ get ();
}
member AvailabilityIntervals : TimeIntervalCollection with get
Return Value
Type:
TimeIntervalCollectionThe collection of availability intervals.
Remarks
It is recommended that you call
IsAvailable(JulianDate) to determine availability instead of
calling this method and checking for yourself.
See Also