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


IGPSATimeConfiguration.SetWithinDay Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSATimeConfiguration Interface > IGPSATimeConfiguration.SetWithinDay Method
ArcGIS Developer Help

IGPSATimeConfiguration.SetWithinDay Method

Sets Within-Day in time configuration parameters.

[Visual Basic .NET]
Public Sub SetWithinDay ( _
    ByVal day As Integer, _
    ByVal startTime As Double, _
    ByVal endTime As Double _
)
[C#]
public void SetWithinDay (
    int day,
    double startTime,
    double endTime
);
[C++]
HRESULT SetWithinDay(
  long day,
  double startTime,
  double endTime
);
[C++]
Parameters
day 

day is a parameter of type long startTime
startTime is a parameter of type double endTime
endTime is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSATimeConfiguration Interface