month propiedad
month propiedad
Obtiene y establece el month de la fecha y hora agrupadas.
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 fecha y hora agrupadas.
@property
def month(self):
...
@month.setter
def month(self, value):
...
aspose.cells
DateTimeGroupItem