update_entry_modified Property

This property contains a Date value that indicates the time in which the current entry was last modified.

Syntax

def get_update_entry_modified() -> str: ...
def set_update_entry_modified(value: str) -> None: ...

update_entry_modified = property(get_update_entry_modified, set_update_entry_modified)

Default Value

""

Remarks

This property contains a Date value that indicates the time in which the current entry was last modified.

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