IFileSystemInfo.

LastAccessTimeUtc Property

Summary

Gets the date and time, in Coordinated Universal Time (UTC), that the file was last accessed.
Namespace
Cake.Core.IO
Containing Type
IFileSystemInfo

Syntax

DateTime? LastAccessTimeUtc { get; }

Value

Type Description
DateTime? A DateTime value that represents the last access time in UTC, or null if not available.