MoonObservation(DateTimeOffset, IGeoLocatable, IdtTimeZone) Constructor

Creates a new instance of MoonObservation for the date and location specified using the given time zone 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,
	IdtTimeZone timeZone
)

Parameters

observationDate  DateTimeOffset
The date used to calculate these observations.
location  IGeoLocatable
The location to which the observations apply.
timeZone  IdtTimeZone
The time zone to use.

See Also