| Package | Description |
|---|---|
| org.aoju.bus.core.date |
日期封装,日期的核心为DateTime类
|
| Modifier and Type | Method and Description |
|---|---|
static NonWrapper |
Kalendar.calendar(int year)
生成指定年月的日历,包含农历和所有节假日信息
|
static NonWrapper |
Kalendar.calendar(int year,
int month)
生成指定年月的日历, 包含农历和所有节假日信息
|
static NonWrapper |
Kalendar.calendar(int year,
int month,
Map<String,Integer> dateTypeMap)
生成指定年月的日历,包含公历节假日信息
|
static NonWrapper |
Kalendar.calendar(int year,
Map<String,Integer> dateTypeMap)
生成指定年月的日历,包含公历节假日信息
|
Copyright © 2022. All rights reserved.