Specifies which date/time to restore.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration ItemDateTimes
C#
[FlagsAttribute]
public enum ItemDateTimes

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
Restore no date/time.
Supported by the .NET Compact FrameworkCreationTime
Restore CreationTime.
Supported by the .NET Compact FrameworkLastWriteTime
Restore LastWriteTime.
Supported by the .NET Compact FrameworkLastAccessTime
Restore LastAccessTime.
Supported by the .NET Compact FrameworkAll
Restore all date and times.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also