channel_updated Property

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

Syntax

def get_channel_updated() -> str: ...
def set_channel_updated(value: str) -> None: ...

channel_updated = property(get_channel_updated, set_channel_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]