This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPushbroomUtilities Interface > IPushbroomUtilities.EvalDIMAPTimeString Method (ArcObjects .NET 10.5 SDK) |
Express DIMAP time string as fraction of a day
[Visual Basic .NET] Public Sub evalDIMAPTimeString ( _ ByRef time_str As SByte&, _ ByRef jDayPtr As Integer, _ ByRef fraction As Double _ )
[C#] public void evalDIMAPTimeString ( ref SByte& time_str, ref int jDayPtr, ref double fraction );
[C++]
HRESULT evalDIMAPTimeString(
Signed char * time_str,
long* jDayPtr,
double* fraction
);
[C++]
Parameters time_str [in] time_str is a parameter of type Signed char jDayPtr [out] jDayPtr is a parameter of type long fraction [out] fraction is a parameter of type double