SecureBlackbox 2020 Python Edition

Questions / Feedback?

client_file_entry_m_time Property

Specifies the last modification time, in UTC.

Syntax

def get_client_file_entry_m_time() -> str: ...
def set_client_file_entry_m_time(value: str) -> None: ...

client_file_entry_m_time = property(get_client_file_entry_m_time, set_client_file_entry_m_time)

Default Value

""

Remarks

Specifies the last modification time, in UTC.

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