Click or drag to resize

UtilDateUTCToJulian Method

Convert UTC Date to Julian date

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public double DateUTCToJulian(
	DateTime UTCDate
)

Parameters

UTCDate  DateTime
UTC date to convert

Return Value

Double
Julian date
Remarks
Julian dates are always in UTC
See Also