hour property

hour property

Gets and sets the hour of the grouped date time.

Definition:

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

See Also