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




The 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)

Syntax

Visual Basic (Declaration) 
Public Property input_time_format As String
Visual Basic (Usage)Copy Code
Dim instance As ConvertTimeField
Dim value As String
 
instance.input_time_format = value
 
value = instance.input_time_format
C# 
public string input_time_format {get; set;}

See Also

© 2010 All Rights Reserved.