FileNode.TimeInfo Property
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
TimeInfo
Gets the time info of the node.
CreationTime.
AccessTime.
LastWriteTime.
Concrete file system providers are responsible for the correctness and validity of the returned dates.
Implementation of the property calls File
Declaration
public NodeTimeInfo TimeInfo { get; }
Property Value
Type | Description |
---|---|
Node |