iphone - Best way to store a 'time' value -


my class needs 2 properties: starttime , endtime. best class use? know there nsdate, need store specific time (something in between 00:00-23:59), don't need date. elegant solution here?

nstimeinterval enough this.

it stores time value in seconds double.

eg. 5 mins = 300.0


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -