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