Property LastWriteTimeText
LastWriteTimeText
Gets the last write time of the associated file or item as a formatted string. Returns an empty string if the last write time is not available.
[Browsable(false)]
public virtual string LastWriteTimeText { get; }
Property Value
Remarks
The format of the returned date and time string is determined by the value of the DateTimeFormat property. This property is useful for displaying the last modification time in a user-friendly format.