Discuss this help topic in SecureBlackbox Forum
Specifies if the time zone is included.
Declaration
[C#/Java]
bool IncludeTimeZone;
[VB.NET]
Property IncludeTimeZone As Boolean
[Pascal]
property IncludeTimeZone : boolean;
[C++]
bool get_IncludeTimeZone();
void set_IncludeTimeZone(bool Value);
[PHP]
bool get_IncludeTimeZone()
void set_IncludeTimeZone(bool $Value)
Description
If this property value is
True, time zone information is provided by the element.
Discuss this help topic in SecureBlackbox Forum