Java equivalent to C#'s TimeSpan

筅森魡賤 提交于 2019-12-12 07:14:17

问题


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#.


回答1:


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



来源:https://stackoverflow.com/questions/439903/java-equivalent-to-cs-timespan

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!