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

Method getMinute

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

获取分钟数 @return

()

Source from the content-addressed store, hash-verified

202 * @return
203 */
204 public int getMinute() {
205 return this.localDateTime.getMinute();
206 }
207
208 /**
209 * 获取秒数

Callers 2

toMinDateMethod · 0.95
toMaxDateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected