AstronomyObservationUtcDate Method

Gets the date set to UTC

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.3.9666.0
C#
protected static DateTimeOffset UtcDate(
	DateTimeOffset dateTime
)

Parameters

dateTime  DateTimeOffset
The date and time provided to the method

Return Value

DateTimeOffset
The date with the offset set to UTC (Zero)

See Also