FakeFile.

LastAccessTimeUtc Property

Summary

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

Syntax

public DateTime? LastAccessTimeUtc { get; private set; }

Value

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