modified property

modified property

Gets or sets the time of asset was last modified. The created element contains the date and time that the parent element was created and is represented in an ISO 8601 format. The created element may appear zero or one time.

Definition:

@property
def modified(self):
    ...
@modified.setter
def modified(self, value):
    ...

See Also