DirectoryEntryInfo.LastWriteTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the time when the directory entry was last written to (UTC).
public:
property DateTime LastWriteTime { DateTime get(); };
[System.Runtime.Serialization.DataMember(Order=3)]
public DateTime LastWriteTime { get; }
[<System.Runtime.Serialization.DataMember(Order=3)>]
member this.LastWriteTime : DateTime
Public ReadOnly Property LastWriteTime As DateTime
Property Value
- Attributes