date_of_manufacture property

date_of_manufacture property

Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue

Definition:

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

See Also