month propiedad
month propiedad
Obtiene y establece el month de la hora de fecha agrupada.
Definición:
@property
def month(self):
...
@month.setter
def month(self, value):
...
Ver también
- módulo aspose.cells
- clase DateTimeGroupItem
Obtiene y establece el month de la hora de fecha agrupada.
@property
def month(self):
...
@month.setter
def month(self, value):
...