public class JavaLocalDateUtils extends Object
| 构造器和说明 |
|---|
JavaLocalDateUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static java.time.LocalDate |
firstDayOfYear(Integer year) |
static java.time.LocalDate |
firstDayOfYearMonth(Integer year,
Integer month) |
static java.time.LocalDate |
lastDayOfYear(Integer year) |
static java.time.LocalDate |
lastDayOfYearMonth(int year,
int month) |
public static java.time.LocalDate firstDayOfYearMonth(Integer year, Integer month)
public static java.time.LocalDate lastDayOfYearMonth(int year,
int month)
public static java.time.LocalDate firstDayOfYear(Integer year)
public static java.time.LocalDate lastDayOfYear(Integer year)
Copyright © 2022. All rights reserved.