action_date property

action_date property

Gets or sets the action date.

Definition:

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

See Also