FindFileDataLastWriteTimeUtc Property |
Gets the time that the file was last modified in UTC.
Namespace: VirtualRadar.InteropAssembly: VirtualRadar.Interop (in VirtualRadar.Interop.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime LastWriteTimeUtc { get; }
Public ReadOnly Property LastWriteTimeUtc As DateTime
Get
public:
property DateTime LastWriteTimeUtc {
DateTime get ();
}
member LastWriteTimeUtc : DateTime with get
Property Value
Type:
DateTimeSee Also