Click to Rate and Give Feedback
TechNet
TechNet Library
Collapse All/Expand All Collapse All
.NET Framework Class Library
FileSystemInfo..::.LastAccessTimeUtc Property

Updated: May 2010

Gets or sets the time, in coordinated universal time (UTC), that the current file or directory was last accessed.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)
Visual Basic
<ComVisibleAttribute(False)> _
Public Property LastAccessTimeUtc As DateTime
C#
[ComVisibleAttribute(false)]
public DateTime LastAccessTimeUtc { get; set; }
Visual C++
[ComVisibleAttribute(false)]
public:
property DateTime LastAccessTimeUtc {
    DateTime get ();
    void set (DateTime value);
}
F#
[<ComVisibleAttribute(false)>]
member LastAccessTimeUtc : DateTime with get, set

Property Value

Type: System..::.DateTime
The UTC time that the current file or directory was last accessed.
ExceptionCondition
IOException

Refresh cannot initialize the data.

PlatformNotSupportedException

The current operating system is not Windows NT or later.

ArgumentOutOfRangeException

The caller attempts to set an invalid access time.

Note   This method may return an inaccurate value, because it uses native functions whose values may not be continuously updated by the operating system.

The value of the LastAccessTimeUtc property is pre-cached if the current instance of the FileSystemInfo object was returned from any of the following DirectoryInfo methods:

To get the latest value, call the Refresh method.

If the file described in the FileSystemInfo object does not exist, this property will return 12:00 midnight, January 1, 1601 A.D. (C.E.) Coordinated Universal Time (UTC).

For a list of common I/O tasks, see Common I/O Tasks.

Windows 95, Windows 98, Windows 98 Second Edition Platform Note: These operating systems do not support this property, and DirectoryInfo implementations of this property are not supported.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Date

History

Reason

May 2010

Updated remarks.

Information enhancement.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker