DateAttribute Enumeration

Specifies a date-type of a file.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum DateAttribute

Members

Creation 1 The date on where the file was created.
Access 2 The date on where the file was last time accessed.
Modification 4 The date on where the file was last time modified.
All 7 All the dates.

See Also