update_entry_updated Property

This property contains the date and time that the feed was updated.

Syntax

def get_update_entry_updated() -> str: ...
def set_update_entry_updated(value: str) -> None: ...

update_entry_updated = property(get_update_entry_updated, set_update_entry_updated)

Default Value

""

Remarks

This property contains the date and time that the feed was updated.

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