Type Property 型プロパティ

creationDateKey

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

Declaration 宣言

static let creationDateKey: URLResourceKey

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

See Also 参照

Other Resource Keys 他のリソースキー