Localize Property  
 

Enable or disable message localization.

Syntax

object.Localize [= { True | False } ]

Remarks

The Localize property is used to enable or disable localization features of the object. Currently this only affects the way in which dates are processed. If set to True, the date and time will be adjusted for the local time zone when setting and reading the Date property. The default value for this property is False.

Data Type

Boolean

See Also

Date Property