The following tables list the members exposed by CalculateEndTime.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| 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) |
| fields | The 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) |
| in_table | The feature class or table for which an End_Time field is calculated based on the Start_Time field specified. (In, Required) |
| out_table | Output Table (out, Optional) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| 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) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also