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


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

ITime.QueryGregorianTime Method

Obtains the time as a gregorian date and time.

[Visual Basic .NET]
Public Function QueryGregorianTime ( _
) As WKSDateTime
[C#]
public WKSDateTime QueryGregorianTime (
);
[C++]
HRESULT QueryGregorianTime(
  _WKSDateTime* gregorianTime
);
[C++]

Parameters gregorianTime [out, retval]
gregorianTime is a parameter of type _WKSDateTime

Product Availability

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

See Also

ITime Interface