sign_time property

sign_time property

The time when the document was signed.

Definition:

@property
def sign_time(self):
    ...
@sign_time.setter
def sign_time(self, value):
    ...

See Also