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
- module
aspose.cells
- class
DateTimeGroupItem
Gets and sets the month of the grouped date time.
@property
def month(self):
...
@month.setter
def month(self, value):
...
aspose.cells
DateTimeGroupItem