Global Variable グローバル変数

NSURLCreationDateKey

The time at which the resource was created. それでリソースが作成されたところの時間。

Declaration 宣言

const NSURLResourceKey NSURLCreationDateKey;

Discussion 議論

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

The corresponding resource is read-write. 対応するリソースは、読み書きです。

A resource’s NSURLCreationDateKey value should be less than or equal to the resource’s NSURLContentModificationDateKey and NSURLContentAccessDateKey values. Otherwise, the file system may change the NSURLCreationDateKey to the lesser of those values. あるリソースのもつNSURLCreationDateKey値は、リソースのもつNSURLContentModificationDateKeyNSURLContentAccessDateKey値より少ないか等しいべきです。そうでなければ、ファイルシステムはNSURLCreationDateKeyをそれら値のより少ない方に変更するかもしれません。

See Also 参照

Other Resource Keys 他のリソースキー