FileNode.TimeInfo Property
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
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 FileSystemProvider methods, therefore repeated consecutive calls of the property can be expensive. Consider storing the value of the property in a local variable.
Inherited from NodeBase.Declaration
public NodeTimeInfo TimeInfo { get; }
Property Value
Type | Description |
---|---|
NodeTimeInfo |