DateAttribute Enumeration
Specifies a date-type of a file.
Namespace: DevCase.Core.IO.FileSystemAssembly: 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
<FlagsAttribute>
Public Enumeration DateAttribute
Dim instance As DateAttribute
[FlagsAttribute]
public enum class DateAttribute
[<FlagsAttribute>]
type DateAttribute
No code example is currently available or this language may not be supported.
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.
|