StorageFile.DateCreated Property

Gets the date and time when the current file was created.

Syntax

public:
property DateTime DateCreated {
         DateTime get ();
}  

Property value

Type: DateTime 

  The date and time when the current file was created. For example, in string format the DateTime that a file was created might be “Fri Sep 16 13:47:08 PDT 2011”.

Requirements

Namespace: Windows.Storage

Metadata: windows.winmd

See also

Reference

StorageFile Class

StorageFile Members

Windows.Storage Namespace