digital_creation_date property

digital_creation_date property

Gets or sets the date the digital representation of the object data was created.

Definition:

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

See Also