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




The time zone that the data in the input feature class was recorded in. For a list of available time zones supported by your system, you can open the tool dialog box and expand this drop-down. When you enter the time zone as a parameter, you must use a non-localized string representation of the appropriate Microsoft Time Zone ID, and replace any spaces with underscore characters. For example, the appropriate string representation of the Pacific time zone in the United States is "Pacific_Standard_Time". "NO_TIME_ZONE" can be used to specify no time zone for the output tracking layer. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.