AstronomyFundamentalsLocalOffsetDays Method

Gets the fundamental value of the longitude value's position in time relative to JulianBaseDate.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public static double LocalOffsetDays(
	Longitude longitude,
	DateTimeOffset observationDate
)

Parameters

longitude  Longitude
The Longitude to use.
observationDate  DateTimeOffset
The observation date to use.

Return Value

Double
A value in radians expressing the observer's location on observationDate

See Also