MoonObservation(DateTimeOffset, IGeoLocatable) Constructor

Creates a new instance of MoonObservation for the date and location specified for sunrise and sunset.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public MoonObservation(
	DateTimeOffset observationDate,
	IGeoLocatable location
)

Parameters

observationDate  DateTimeOffset
The date used to calculate these observations.
location  IGeoLocatable
The location to which the observations apply.

See Also