month property

Source.month property

Gets or sets the month of a source.

@property
def month(self) -> str:
    ...

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

See Also