AstronomyObservationHasRise Property

Gets an indication of whether the observed object rises on the date given in ObservationDate

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public bool HasRise { get; protected set; }

Property Value

Boolean

Remarks

It is possible for an object to rise but not set on a particular day, just as it is possible for an object to set on a day in which it didn't rise. These conditions are frequently seen on the polar side of the two polar circles. For example, in mid-March, the sun rises at the North Pole, but doesn't set again until the end of September.

For more information about how to interpret the values of this member, see RiseTime.

See Also