month property

month property

Gets and sets the month of the grouped date time.

Definition:

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

See Also