SecureBlackbox 2020 Python Edition

Questions / Feedback?

client_file_entry_a_time Property

Contains the last access time for this file, in UTC.

Syntax

def get_client_file_entry_a_time() -> str: ...
def set_client_file_entry_a_time(value: str) -> None: ...

client_file_entry_a_time = property(get_client_file_entry_a_time, set_client_file_entry_a_time)

Default Value

""

Remarks

Contains the last access time for this file, in UTC.

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