ShortcutFileInfoLastWriteTime Property
Gets or sets the time the shortcut file was last written to.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(false)]
public DateTime LastWriteTime { get; set; }
<BrowsableAttribute(false)>
Public Property LastWriteTime As DateTime
Get
Set
Dim instance As ShortcutFileInfo
Dim value As DateTime
value = instance.LastWriteTime
instance.LastWriteTime = value
public:
[BrowsableAttribute(false)]
property DateTime LastWriteTime {
DateTime get ();
void set (DateTime value);
}
[<BrowsableAttribute(false)>]
member LastWriteTime : DateTime with get, set
No code example is currently available or this language may not be supported.
Property Value
DateTime
The last write time.