Java 相当于 C# 的 TimeSpan

发布于 2024-07-12 06:22:15 字数 141 浏览 7 评论 0原文

Java 是否有表示一段时间的数据类型,例如 34 秒、5 分钟等。

我见过一些 TimeSpan 的实现,涵盖了一个时间段,例如从 12 月 10 日到 12 月 11 日。

我需要的是 C# 中的 TimeSpan 之类的东西。

Does Java have a data type that represents a period of time eg 34 seconds, 5 minutes etc.

I've seen a few implementations of a TimeSpan that cover a Time period like from the 10th of December to the 11th of December.

What I need is something like TimeSpan in C#.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自由如风 2024-07-19 06:22:15

目前不是 JDK 的一部分,但将合并到 JDK 7 中 - 尝试 Joda Time

Not a part of the JDK currently, but will be incorporated in JDK 7 - try Joda Time

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文