MoonObservationGetMoonPhaseName Method

Gets the name of the moon phase corresponding to the age of the phase in the current UI culture.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public static string GetMoonPhaseName(
	double phaseAge
)

Parameters

phaseAge  Double
The age of the moon phase in days.

Return Value

String
The name of the moon phase in the current UI culture.

See Also