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


IPushbroomUtilities.EvalDIMAPTimeString Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPushbroomUtilities.EvalDIMAPTimeString Method

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(
  System.SByte* time_str,
  System.Int32* jDayPtr,
  System.Double* fraction
);
[C++]

Parameters time_str [in]
time_str is a parameter of type char* jDayPtr [out]
jDayPtr is a parameter of type long* fraction [out]
fraction is a parameter of type double*

Product Availability

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

See Also

IPushbroomUtilities Interface