Java 相当于 C# 的 TimeSpan
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前不是 JDK 的一部分,但将合并到 JDK 7 中 - 尝试 Joda Time
Not a part of the JDK currently, but will be incorporated in JDK 7 - try Joda Time