Click or drag to resize

FileSystemItemMetadataCreationTime Property

IT Hit User File System
Gets or sets the creation date and time of the file or directory.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax
public Nullable<DateTimeOffset> CreationTime { get; set; }

Property Value

Type: NullableDateTimeOffset

Implements

IFileSystemItemMetadataCreationTime
See Also