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,
  Signed 64-bit int* integerTime
);
[C++]

Parameters

integerTimeFormat [in]

  integerTimeFormat is a parameter of type esriIntegerTimeFormat

integerTime [out, retval]   integerTime is a parameter of type Signed 64-bit int

Product Availability

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

See Also

ITime Interface