DateTimeGroupItem constructor

__init__(self, type, year, month, day, hour, minute, second)


def __init__(self, type, year, month, day, hour, minute, second):
    ...
ParameterTypeDescription
typeaspose.cells.DateTimeGroupingType
yearint
monthint
dayint
hourint
minuteint
secondint

See Also