public class LunarInfo extends Object
Modifier and Type | Field and Description |
---|---|
static long |
BASE_DAY
1900-01-31,农历正月初一
|
static int |
BASE_YEAR
1900年
|
static int |
MAX_YEAR |
Constructor and Description |
---|
LunarInfo() |
Modifier and Type | Method and Description |
---|---|
static int |
leapDays(int y)
传回农历 y年闰月的天数,如果本年无闰月,返回0,区分大小月
|
static int |
leapMonth(int y)
传回农历 y年闰哪个月 1-12 , 没闰传回 0
此方法会返回润N月中的N,如二月、闰二月都返回2 |
static int |
monthDays(int y,
int m)
传回农历 y年m月的总天数,区分大小月
|
static int |
yearDays(int y)
传回农历 y年的总天数
|
public static final int BASE_YEAR
public static final long BASE_DAY
public static final int MAX_YEAR
public static int yearDays(int y)
y
- 年public static int leapDays(int y)
y
- 农历年public static int monthDays(int y, int m)
y
- 年m
- 月public static int leapMonth(int y)
y
- 年Copyright © 2024. All rights reserved.