Discuss this help topic in SecureBlackbox Forum
Specifies whether the timezone information is included.
Declaration
[C#]
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)
[Java]
boolean getIncludeTimeZone();
void setIncludeTimeZone(boolean Value);
Description
Set this property to true to include the timezone information.
Discuss this help topic in SecureBlackbox Forum