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




in_table
The input feature class or table that contains the time stamps which will be transformed to a different time zone. (In, Required)
input_time_field
The input field that contains the time stamps which will be transformed to a different time zone. (In, Required)
input_time_zone
The input time zone in which the time stamps were collected. (In, Required)
output_time_field
The output field in which the time stamps transformed to the desired output time zone will be stored. (In, Required)
output_time_zone
The time zone to which the time stamps will be transformed. By default, the output time zone is the same as the input time zone. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_table As Object, _
   ByVal input_time_field As Object, _
   ByVal input_time_zone As String, _
   ByVal output_time_field As String, _
   ByVal output_time_zone As String _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim input_time_field As Object
Dim input_time_zone As String
Dim output_time_field As String
Dim output_time_zone As String
 
Dim instance As ConvertTimeZone(in_table, input_time_field, input_time_zone, output_time_field, output_time_zone)
C# 
public ConvertTimeZone( 
   object in_table,
   object input_time_field,
   string input_time_zone,
   string output_time_field,
   string output_time_zone
)

Parameters

in_table
The input feature class or table that contains the time stamps which will be transformed to a different time zone. (In, Required)
input_time_field
The input field that contains the time stamps which will be transformed to a different time zone. (In, Required)
input_time_zone
The input time zone in which the time stamps were collected. (In, Required)
output_time_field
The output field in which the time stamps transformed to the desired output time zone will be stored. (In, Required)
output_time_zone
The time zone to which the time stamps will be transformed. By default, the output time zone is the same as the input time zone. (In, Required)

See Also

© 2010 All Rights Reserved.