Click or drag to resize

Win32FindDataCreationTimeUtc Property

Gets the creation time, in coordinated universal time (UTC), of the current file or directory.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public DateTime CreationTimeUtc { get; }

Property Value

Type: DateTime
The creation date and time in UTC format of the current instance.
See Also