second property

second property

Gets and sets the second of the grouped date time.

Definition:

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

See Also