date_sent property

date_sent property

Gets or sets the date the service sent the material.

Definition:

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

See Also