ESRI.ArcGIS.DataManagementTools
CalculateEndTime Constructor(Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > CalculateEndTime Class > CalculateEndTime Constructor : CalculateEndTime Constructor(Object,Object,Object)




in_table
The feature class or table for which an End_Time field is calculated based on the Start_Time field specified. (In, Required)
start_field
The field containing values that will be used to calculate values for the End_Time field. The Start_Time field and the End_Time field must be of the same type. For example, if the Start_Time field is of type LONG, then the End_Time field should be of type LONG as well. (In, Required)
end_field
The field that will be populated with values based on the Start_Time field specified. The Start_Time field and the End_Time field must be of the same format. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_table As Object, _
   ByVal start_field As Object, _
   ByVal end_field As Object _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim start_field As Object
Dim end_field As Object
 
Dim instance As CalculateEndTime(in_table, start_field, end_field)
C# 
public CalculateEndTime( 
   object in_table,
   object start_field,
   object end_field
)

Parameters

in_table
The feature class or table for which an End_Time field is calculated based on the Start_Time field specified. (In, Required)
start_field
The field containing values that will be used to calculate values for the End_Time field. The Start_Time field and the End_Time field must be of the same type. For example, if the Start_Time field is of type LONG, then the End_Time field should be of type LONG as well. (In, Required)
end_field
The field that will be populated with values based on the Start_Time field specified. The Start_Time field and the End_Time field must be of the same format. (In, Required)

See Also

© 2010 All Rights Reserved.