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