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


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

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