date property

date property

Gets or sets a point or period of time associated with an event in the lifecycle of the resource.

Definition:

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

See Also