AstronomyObservationHasSet Property

Gets an indication of whether the sun sets 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 HasSet { get; protected set; }

Property Value

Boolean

Remarks

It is possible for the sun to rise but not set on a particular day, just as it is possible for the sun to set on a day in which it didn't rise. These conditions are 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