SunObservationIsDaytime Method

Gets an indication of whether dateTimeOffset occurs during daylight at place.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public static bool IsDaytime(
	IGeoLocatable place,
	DateTimeOffset dateTimeOffset
)

Parameters

place  IGeoLocatable
The place to use.
dateTimeOffset  DateTimeOffset
The date and time.

Return Value

Boolean
true if the place is in daylight at dateTimeOffset; otherwise false.

See Also