class var distantPast : Date
Return Value 戻り値
An NSDate
object representing a date in the distant future (in terms of centuries).
遠い未来のある日付を表しているNSDate
オブジェクト(何世紀かの観点から)。
Availability 有効性
Technology
class var distantFuture: Date
{ get }
An NSDate
object representing a date in the distant future (in terms of centuries).
遠い未来のある日付を表しているNSDate
オブジェクト(何世紀かの観点から)。
You can pass this value when an NSDate
object is required to have the date argument essentially ignored. For example, the NSWindow
method next
returns nil
if an event specified in the event mask does not happen before the specified date. You can use the object returned by distant
as the date argument to wait indefinitely for the event to occur.
あなたは、この値をNSDate
オブジェクトが要求される場合に渡して、日付引数が本質的に無視されるようにできます。例えば、NSWindow
のメソッドnext
はnil
を返します、もしイベントマスクにおいて指定されるあるイベントがこの指定された日付の前に起こらないならば。あなたは、distant
によって返されるオブジェクトを日付引数として使って、イベントの発生に対して無期限に待機できます。
class var distantPast : Date