update_entry_published Property

This property contains the date that the entry was first created.

Syntax

def get_update_entry_published() -> str: ...
def set_update_entry_published(value: str) -> None: ...

update_entry_published = property(get_update_entry_published, set_update_entry_published)

Default Value

""

Remarks

This property contains the date that the entry was first created.

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