Reputation: 331430
I am writing a Movie
class and I need to define the Runtime
, for say 2h 15mn 45s for each movie. Is there a built in type in the BCL
for this?
If not, what type should I define for this? Should it be called Interval
or something?
Upvotes: 0
Views: 93