timestamp property

timestamp property

Gets or sets the timestamp.

Definition:

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

See Also