public class ChildLimitInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
dayCount
日数
|
protected SolarTime |
endTime
结束(即开始起运)的公历时刻
|
protected int |
hourCount
小时数
|
protected int |
minuteCount
分钟数
|
protected int |
monthCount
月数
|
protected SolarTime |
startTime
开始(即出生)的公历时刻
|
protected int |
yearCount
年数
|
| 构造器和说明 |
|---|
ChildLimitInfo(SolarTime startTime,
SolarTime endTime,
int yearCount,
int monthCount,
int dayCount,
int hourCount,
int minuteCount) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getDayCount() |
SolarTime |
getEndTime() |
int |
getHourCount() |
int |
getMinuteCount() |
int |
getMonthCount() |
SolarTime |
getStartTime() |
int |
getYearCount() |
protected SolarTime startTime
protected SolarTime endTime
protected int yearCount
protected int monthCount
protected int dayCount
protected int hourCount
protected int minuteCount
Copyright © 2025. All Rights Reserved.