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


IGPSATimeConfiguration.SetMultiDays 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.SetMultiDays Method
ArcGIS Developer Help

IGPSATimeConfiguration.SetMultiDays Method

Sets Multi-Days in time configuration parameters.

[Visual Basic .NET]
Public Sub SetMultiDays ( _
    ByVal year As Integer, _
    ByVal startDay As Integer, _
    ByVal endDay As Integer _
)
[C#]
public void SetMultiDays (
    int year,
    int startDay,
    int endDay
);
[C++]
HRESULT SetMultiDays(
  long year,
  long startDay,
  long endDay
);
[C++]
Parameters
year 

year is a parameter of type long startDay
startDay is a parameter of type long endDay
endDay is a parameter of type long

Product Availability

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

See Also

IGPSATimeConfiguration Interface