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
- module aspose.words.bibliography
- class Source
Gets or sets the month of a source.
@property
def month(self) -> str:
...
@month.setter
def month(self, value: str):
...