Type Property 型プロパティ

now

The current date and time, as of the time of access. 現在の日付と時刻、アクセスの時点での。

Declaration 宣言

@property(class, readonly, copy) NSDate *now;

Discussion 議論

This is equivalent to initializing a new instance with [[NSDate alloc] init]. The NSDate instance doesn’t automatically update its time after you retrieve it. これは、新しいインスタンスを[[NSDate alloc] init]で初期化することと同じです。NSDateインスタンスは、それの時間をあなたがそれを取って来た後に自動的に更新しません。