Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 663 Bytes

folderinformation_datecreated.md

File metadata and controls

23 lines (16 loc) · 663 Bytes
-api-id -api-type
P:Windows.Storage.BulkAccess.FolderInformation.DateCreated
winrt property

Windows.Storage.BulkAccess.FolderInformation.DateCreated

-description

Gets the date that the folder was created.

-property-value

The folder creation date.

-remarks

If the date property isn't set, this value defaults to 0 which can be translated into misleading dates in different programming languages. In JavaScript, for example, 0 translates to December 16, 1600. You should always check that this property is a real value and not 0.

-examples

-see-also