Enable or disable message localization.
Syntax
object.Localize [= { True | False } ]
Remarks
The Localize property is used to enable or disable
localization features of the control. Currently this only affects the
way in which dates are processed by the control. If set to True, the
control will adjust 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,
TimeZone Property
|