This document is archived and information here might be outdated.  Recommended version.


ITime.QueryJulianDayNumber Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

ITime.QueryJulianDayNumber Method

The Time's date portion as a julian (Julius Scaliger) day number. Corresponds to the Year, Month, and Day properties.

[Visual Basic .NET]
Public Function QueryJulianDayNumber ( _
) As Integer
[C#]
public int QueryJulianDayNumber (
);
[C++]
HRESULT QueryJulianDayNumber(
  long* julianDayNumber
);
[C++]

Parameters julianDayNumber [out, retval] julianDayNumber is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITime Interface