Type Property 型プロパティ

contentAccessDateKey

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

Declaration 宣言

static let contentAccessDateKey: URLResourceKey

Discussion 議論

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

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

See Also 参照

Other Resource Keys 他のリソースキー