ESRI.ArcGIS.DataManagementTools
CalculateEndTime Class Members
See Also  Properties  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace : CalculateEndTime Class




The following tables list the members exposed by CalculateEndTime.

Public Constructors

 NameDescription
Public ConstructorCalculateEndTime ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyend_fieldThe 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)  
Public PropertyfieldsThe name of the field or fields that can be used to uniquely identify spatial entities. These fields are used to first sort based on entity type if there is more than one entity. For instance, for a feature class representing population values per state over time, the state name could be the unique value field (the entity). If population figures are per county, you would need to set the county name and state name as the unique value fields, since some county names are the same for different states. If there is only one entity, this parameter can be ignored. (In, Optional)  
Public Propertyin_tableThe feature class or table for which an End_Time field is calculated based on the Start_Time field specified. (In, Required)  
Public Propertyout_tableOutput Table (out, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertystart_fieldThe 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)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.