com.esri.arcgis.geoprocessing
Interface IGPDate

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPDate, GPVariant

public interface IGPDate
extends Serializable

Provides access to the properties/methods of a geoprocessing date object.

Product Availability

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


Method Summary
 Object IGPDate_getValue()
          The value of the geoprocessing value object as a date.
 void setValue(Object value)
          The value of the geoprocessing value object as a date.
 

Method Detail

IGPDate_getValue

Object IGPDate_getValue()
                        throws IOException,
                               AutomationException
The value of the geoprocessing value object as a date.

Product Availability

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

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValue

void setValue(Object value)
              throws IOException,
                     AutomationException
The value of the geoprocessing value object as a date.

Product Availability

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

Supported Platforms

Windows

Parameters:
value - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.