time_unit property

time_unit property

The time unit.

Remarks

For code sample, see the documentation.

Definition:

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

See Also