Discuss this help topic in SecureBlackbox Forum

TElOfficeXMLSignatureTime.Format

TElOfficeXMLSignatureTime     See also     


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


Specifies the format of the date/time string.

Declaration

[C#]
    string Format;

[VB.NET]
    Property Format As String

[Pascal]
    property Format : WideString;

[C++]
    void get_Format(sb_u16string &OutResult);
    void get_Format(std::wstring &OutResult);
    void set_Format(const sb_u16string &Value);
    void set_Format(const std::wstring &Value);

[PHP]
    string get_Format()
    void set_Format(string $Value)

[Java]
    String getFormat();
    void setFormat(String Value);

Description

    Use this property to set the format for the string representation of the signature time.

See also:     Value    

Discuss this help topic in SecureBlackbox Forum