Localize Property  
 

Determines if remote file dates are localized to the current timezone.

Syntax

object.Localize [= { True | False } ]

Remarks

Setting the Localize property controls how remote file date and time values are localized when the GetFileTime method is called. If the property is set to True, then the file date and time will be adjusted to the current timezone. If the property is set to False, which is the default value, then the file date and time are returned as UTC (Coordinated Universal Time) values.

Data Type

Boolean

See Also

GetFileTime Method