Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPDateTimeParameter.DateTimeFormat

TElXMLSOAPDateTimeParameter     See also     


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


Specifies the format in which the date and time are stored.

Declaration

[C#]
    TSBXMLDateTimeFormat DateTimeFormat;

[VB.NET]
    Property DateTimeFormat As TSBXMLDateTimeFormat

[Pascal]
    property DateTimeFormat : TSBXMLDateTimeFormat;

[C++]
    TSBXMLDateTimeFormat get_DateTimeFormat();
    void set_DateTimeFormat(TSBXMLDateTimeFormat Value);

[PHP]
    integer get_DateTimeFormat()
    void set_DateTimeFormat(integer $Value)

[Java]
    TSBXMLDateTimeFormat getDateTimeFormat();
    void setDateTimeFormat(TSBXMLDateTimeFormat Value);

TSBXMLDateTimeFormat values

Description

This property specifies the format in which the date and time are stored.

See also:     IncludeTimezone    

Discuss this help topic in SecureBlackbox Forum