ArcObjects Library Reference (SpatialAnalyst)  

IGPSATimeConfiguration.SetWholeYear Method

Sets Whole-Year in time configuration parameters.

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

Parameters

year   year 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