iPhoneで時間間隔を計算し、いくつかのコンポーネント値を調べるには、この時定数のセットは正しいですか?Cocoaに組み込みのソースがありますか
#define kSecondsInYear 31556926
#define kSecondsInMonth 2629744
#define kSecondsInDay 86400
#define kSecondsInHour 3600
#define kSecondsInMinute 60
Googleの変換機能からこれらを取得しました。月の秒数を一番近い整数に丸めました。
過去70年間で約2時間という誤差がない限り、私は良いです。 – willc2