Click or drag to resize

IAvailability Interface

An interface used to determine at what times an object is able to provide information.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IAvailability

The IAvailability type exposes the following members.

Methods
  NameDescription
Public methodGetAvailabilityIntervals
Gets the intervals over which data is available.
Public methodIsAvailable
Determines if valid data is available for the given JulianDate.
Top
See Also