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


ITime.QueryIntegerTime 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.QueryIntegerTime Method
ArcGIS Developer Help

ITime.QueryIntegerTime Method

Obtains the time as an integer time.

[Visual Basic .NET]
Public Function QueryIntegerTime ( _
    ByVal integerTimeFormat As esriIntegerTimeFormat _
) As Long
[C#]
public long QueryIntegerTime (
    esriIntegerTimeFormat integerTimeFormat
);
[C++]
HRESULT QueryIntegerTime(
  esriIntegerTimeFormat integerTimeFormat
);
[C++]
Parameters
integerTimeFormat [in]

integerTimeFormat is a parameter of type esriIntegerTimeFormat

Product Availability

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

See Also

ITime Interface