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




Indicates whether the time stamps were collected while observing Daylight Saving Time rules in the input time zone. When reading the time values to convert the time zone, the time values will be adjusted to account for the shift in time during Daylight Saving Time. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.