DateTimeGroupItem 施工人员
__init__(自身,类型,年,月,日,时,分,秒)
def __init__(self, type, year, month, day, hour, minute, second):
...
范围 | 类型 | 描述 |
---|---|---|
type | DateTimeGroupingType | |
year | int | |
month | int | |
day | int | |
hour | int | |
minute | int | |
second | int |
def __init__(self, type, year, month, day, hour, minute, second):
...
范围 | 类型 | 描述 |
---|---|---|
type | DateTimeGroupingType | |
year | int | |
month | int | |
day | int | |
hour | int | |
minute | int | |
second | int |