Discuss this help topic in SecureBlackbox Forum
Specifies the format in which the signing time should be displayed.
Declaration
[C#/Java]
string DateCaptionFormat;
[VB.NET]
Property DateCaptionFormat As String
[Pascal]
property DateCaptionFormat: string;
[C++]
void get_DateCaptionFormat(std::string &OutResult);
void set_DateCaptionFormat(const std::string &Value);
[PHP]
string get_DateCaptionFormat()
void set_DateCaptionFormat(string $Value)
Description
This property specifies the format in which the signing time is displayed.
Leave this property empty (default value) to use default formatting.
Discuss this help topic in SecureBlackbox Forum