 | CelestialStatus Enumeration |
Used to display a celestial condition for a specified date.
Namespace:
CoordinateSharp
Assembly:
CoordinateSharp (in CoordinateSharp.dll) Version: 2.10.1.1
Syntax[SerializableAttribute]
public enum CelestialStatus
Members
| Member name | Value | Description |
---|
| RiseAndSet | 0 |
Celestial body rises and sets on the set day.
|
| DownAllDay | 1 |
Celestial body is down all day.
|
| UpAllDay | 2 |
Celestial body is up all day.
|
| NoRise | 3 |
Celestial body sets, but does not rise on the specified day.
|
| NoSet | 4 |
Celestial body rises, but does not set on the specified day.
|
See Also