This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.QueryIntegerTime Method (ArcObjects .NET 10.5 SDK) |
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