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
Not a part of the JDK currently, but will be incorporated in JDK 7 - try Joda Time