SecureBlackbox 2020 Python Edition

Questions / Feedback?

issue_instant Property

Contains request issuance timestamp.

Syntax

def get_issue_instant() -> str: ...
def set_issue_instant(value: str) -> None: ...

issue_instant = property(get_issue_instant, set_issue_instant)

Default Value

""

Remarks

Set this property to specify the time moment of the request formation. Leave it empty to use the current system time.

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