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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -