Summary
Gets the date and time, in Coordinated Universal Time (UTC), that the directory was last written to.
- Namespace
- Cake
.Testing - Containing Type
- FakeDirectory
Syntax
public DateTime? LastWriteTimeUtc { get; private set; }
Value
| Type | Description |
|---|---|
| DateTime? |
A DateTime value that represents the last write time in UTC, or null if not available.
|
