public abstract class AstronomyObservation : IFormattable| AstronomyObservation | Initializes a new instance of the AstronomyObservation class |
| Altitude | Gets the observed altitude of the object above (or below) the horizon on ObservationDate at Meridian. |
| Declination | Gets the declination of the observed object at the time it crosses the meridian. |
| HasRise | Gets an indication of whether the observed object rises on the date given in ObservationDate |
| HasSet | Gets an indication of whether the sun sets on the date given in ObservationDate |
| Location | Gets the location to which these observations apply. |
| Meridian | Gets the date and time the observed object crosses (transits) the meridian at the observer's location. |
| ObservationDate | Gets the date and time used to calculate these observations. |
| ObservationDateRaw | Gets or sets the ObservationDate value initially provided by the caller. |
| RiseAzimuth | Gets the Direction (azimuth) of the object at RiseTime. |
| RiseTime | Gets the date and time that the observed object rises above the horizon. |
| SetAzimuth | Gets the Direction (azimuth) of the object at SetTime. |
| SetTime | Gets the date and time that the observed object sets below the horizon. |
| TimeZone | Gets the time zone to use to report the observations. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| FormattedDuration | Gets the duration, in hours and minutes, of a particular DateRange. |
| FormattedTime | Formats the time portion of a DateTimeOffset in the given time format. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString |
Creates a String representation of this AstronomyObservation.
(Overrides ObjectToString) |
| ToString(String, IFormatProvider) | Formats the value of the current instance using the specified format. |