在 LINGO 中获取 BIOS 时间
有人可以告诉我如何在 Lingo 中获取 BIOS 时间吗?
Can someone tell me how to get the BIOS time in Lingo?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有人可以告诉我如何在 Lingo 中获取 BIOS 时间吗?
Can someone tell me how to get the BIOS time in Lingo?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
_system.time() 将为您提供系统时间。
您还可以使用古老的 Lingo 语法“systemDate”,它是一个具有“.seconds”等属性的对象。
要访问 BIOS 可能需要定制的 xtra。 你可以用 Delphi 或 C/C++ 构建一个,但要使其可自动下载,如果我没记错的话,你需要签名(自从我制作一个以来已经很长时间了)。 :-)
_system.time() will give you the system time.
You can also use the good old Lingo syntaxed "the systemDate" wich is an object with properties such as ".seconds" for example.
To access the BIOS probably need a custom built xtra. You can build one in Delphi or C/C++ but to make it auto-downloadable you need to sign if i remember correctly (Long time since I made one). :-)