CelestialStatus Enumeration

Used to display a celestial condition for a specified date.

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
[SerializableAttribute]
public enum CelestialStatus

Members

RiseAndSet0 Celestial body rises and sets on the set day.
DownAllDay1 Celestial body is down all day.
UpAllDay2 Celestial body is up all day.
NoRise3 Celestial body sets, but does not rise on the specified day.
NoSet4 Celestial body rises, but does not set on the specified day.

See Also