SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_date_caption_format Property

The format string used to display the signing time in the signature widget.

Syntax

def get_sig_date_caption_format() -> str: ...
def set_sig_date_caption_format(value: str) -> None: ...

sig_date_caption_format = property(get_sig_date_caption_format, set_sig_date_caption_format)

Default Value

""

Remarks

The format string used to display the signing time in the signature widget.

Leave this property empty (default value) to use the default formatting.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]