CelestialGet_Solstices(DateTime, Double) Method

Get solstice events in local based on provided DateTime and UTC offset.

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
public static Solstices Get_Solstices(
	DateTime d,
	double offset
)

Parameters

d  DateTime
DateTime
offset  Double
UTC Offset

Return Value

Solstices
Solstices

See Also