Click or drag to resize
DigitalRuneEphemerisMoonPhaseAngle Property
Gets the moon phase angle.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public double MoonPhaseAngle { get; set; }

Property Value

Type: Double
The moon phase angle in radians in the range [0, 2π]. A new moon has a phase angle of 0. A full moon has a phase angle of π.
See Also