Util.Date_Julian() Method

Converts a local time (ActiveX Date) to a UTC Julian date.

Syntax

Util.Date_Julian(DateVal)

The method syntax has these parts:

Part Description
DateVal (Date) local date/time for which the UTC Julian date is desired
Return (Double) corresponding UTC Julian date

Remarks

None