CelestialStatus Enumeration
            Used to display a celestial condition for a specified date.
            
Namespace: CoordinateSharpAssembly: CoordinateSharp (in CoordinateSharp.dll) Version: 3.3.1.1
XMLNS for XAML: Not mapped to an xmlns.
[SerializableAttribute]
public enum CelestialStatus
 | 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. |