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


ITime.QueryIntegerTime Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

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