MCPcopy Create free account
hub / github.com/SeanDragon/protools / getSecond

Method getSecond

common/src/main/java/pro/tools/time/DatePlus.java:213–215  ·  view source on GitHub ↗

获取秒数 @return

()

Source from the content-addressed store, hash-verified

211 * @return
212 */
213 public int getSecond() {
214 return this.localDateTime.getSecond();
215 }
216
217 /**
218 * 获取纳秒数

Callers 2

toMinDateMethod · 0.95
toMaxDateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected