MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / GetNetTime

Method GetNetTime

src/pkgDm/Dm2Java.java:2503–2505  ·  view source on GitHub ↗

从网络获取当前北京时间 @return 时间格式. 和now返回一致. 比如"2001-11-01 23:14:08"

()

Source from the content-addressed store, hash-verified

2501 * @return 时间格式. 和now返回一致. 比如"2001-11-01 23:14:08"
2502 */
2503 public String GetNetTime(){
2504 return Dispatch.call(dm,"GetNetTime").getString();
2505 }
2506
2507 /**
2508 * 得到操作系统的类型

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected