Java equivalent to C#'s TimeSpan

前端 未结 1 729
一个人的身影
一个人的身影 2021-01-01 09:01

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 lik

相关标签:
1条回答
  • 2021-01-01 09:57

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

    0 讨论(0)
提交回复
热议问题