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




The following tables list the members exposed by ConvertTimeField.

Public Constructors

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

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyin_table The layer or table that contains the field containing the time values that need to be converted and stored in the Date field. (In, Required)  
Public Propertyinput_time_field The field containing the time values. May be of type short, long, float, double, or text. (In, Required)  
Public Propertyinput_time_formatThe format in which the time values were stored in the input time field. Either a standard time format can be selected from the drop-down list, or a custom format can be entered. If the data type of the time field is numeric (Short, Long, Float, or Double), a list of standard numeric time formats is provided in the drop-down list. If the data type of the time field is string, a list of standard string time formats is provided in the drop-down list. For string fields, you can also choose to specify a custom time format. For example, the time values may have been stored in a string field in one of the standard formats such as yyyy/MM/dd HH:mm:ss or in a custom format such as dd/MM/yyyy HH:mm:ss. For the custom format, you can also specify the AM, PM designator. (In, Required)  
Public Propertyout_tableOutput Table (out, Optional)  
Public Propertyoutput_time_field The name of output field. The output field created will be of type Date. (In, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
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.