Discuss this help topic in SecureBlackbox Forum

TElOfficeXMLDCDate.DateTimeFormat

TElOfficeXMLDCDate     See also     


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


Specifies date and time format.

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);

Possible values:

Description

    Use this property to specify date and time format.

See also:     Value    

Discuss this help topic in SecureBlackbox Forum