ShortcutFileInfoLastWriteTimeUtc Property
Gets or sets the time, in coordinated universal time (UTC), 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 LastWriteTimeUtc { get; set; }
<BrowsableAttribute(false)>
Public Property LastWriteTimeUtc As DateTime
Get
Set
Dim instance As ShortcutFileInfo
Dim value As DateTime
value = instance.LastWriteTimeUtc
instance.LastWriteTimeUtc = value
public:
[BrowsableAttribute(false)]
property DateTime LastWriteTimeUtc {
DateTime get ();
void set (DateTime value);
}
[<BrowsableAttribute(false)>]
member LastWriteTimeUtc : DateTime with get, set
No code example is currently available or this language may not be supported.
Property Value
DateTime
The last write time UTC.