Windows.Storage.FileProperties.BasicProperties.DateModified

February 8, 2017 ยท View on GitHub

-description

Gets the timestamp of the last time the file was modified.

-property-value

The timestamp.

-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