Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPDateTimeParameter.IncludeTimeZone

TElXMLSOAPDateTimeParameter     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     DatTimeFormat    

Discuss this help topic in SecureBlackbox Forum