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


ITime.QueryGregorianTime Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.QueryGregorianTime Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

ITime Interface