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


IGPTimeUnit.ConvertValue Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPTimeUnit.ConvertValue Method

Converts the current value to the specified time unit type.

[Visual Basic .NET]
Public Function ConvertValue ( _
    ByVal Units As esriTimeUnits _
) As Double
[C#]
public double ConvertValue (
    esriTimeUnits Units
);
[C++]
HRESULT ConvertValue(
  esriTimeUnits Units,
  double* pValue
);
[C++]

Parameters Units [in]
Units is a parameter of type esriTimeUnits pValue [out, retval] pValue is a parameter of type double

Product Availability

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

See Also

IGPTimeUnit Interface