Global Variable グローバル変数

NSURLContentAccessDateKey

The time at which the resource was most recently accessed. それでリソースが最も新しくアクセスされたところの時間。

Declaration 宣言

const NSURLResourceKey NSURLContentAccessDateKey;

Discussion 議論

This key corresponds to an NSDate value, or nil if the volume doesn't support access dates. このキーは、NSDate値と対応します、またはnil、もしボリュームがアクセス日付をサポートしないならば。

When you set the NSURLContentAccessDateKey for a resource, also set NSURLContentModificationDateKey in the same call to the setResourceValues:error: method. Otherwise, the file system may set the NSURLContentAccessDateKey value to the current NSURLContentModificationDateKey value. あなたがNSURLContentAccessDateKeyをあるリソースに対して設定する場合、同様にNSURLContentModificationDateKeysetResourceValues:error:メソッドへの同じ呼び出しにおいて設定してください。そうでなければ、ファイルシステムはNSURLContentAccessDateKey値を現在のNSURLContentModificationDateKey値に設定するかもしれません。

See Also 参照

Other Resource Keys 他のリソースキー