when property

when property

Gets or sets the timestamp of when the action occurred.

Definition:

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

See Also