created property

created property

Gets or sets the time of asset creation. 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 created(self):
    ...
@created.setter
def created(self, value):
    ...

See Also