IFileSystemInfo.

LastWriteTimeUtc Property

Summary

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

Syntax

DateTime? LastWriteTimeUtc { get; }

Value

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