Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ getYear
Method
getYear
common/src/main/java/pro/tools/time/DatePlus.java:132–134 ·
view source on GitHub ↗
获取年份 @return 年
()
Source
from the content-addressed store, hash-verified
130
* @
return
年
131
*/
132
public
int
getYear() {
133
return
this.localDateTime.getYear();
134
}
135
136
/**
137
* 获取月份
Callers
5
toMinDate
Method · 0.95
toMaxDate
Method · 0.95
toChineseZodiac
Method · 0.95
toLunar
Method · 0.95
toSolar
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected