Type Property 型プロパティ

now

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

Declaration 宣言

class var now: Date { get }

Discussion 議論

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