Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ GetTime
Method
GetTime
src/pkgDm/Dm2Java.java:2546–2548 ·
view source on GitHub ↗
获取当前系统从开机到现在所经历过的时间,单位是毫秒 @return 时间(单位毫秒)
()
Source
from the content-addressed store, hash-verified
2544
* @
return
时间(单位毫秒)
2545
*/
2546
public
int
GetTime(){
2547
return
Dispatch.call(dm,
"GetTime"
).getInt();
2548
}
2549
2550
/**
2551
* 判断当前系统是否是64位操作系统
Callers
nothing calls this directly
Calls
2
call
Method · 0.95
getInt
Method · 0.45
Tested by
no test coverage detected