NodeTimeInfo Class
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9147)
Holds the last access time, the last write time and the creation time of the node. All dates are expressed as UTC.
Syntax
public class NodeTimeInfo : IEquatable<NodeTimeInfo>
Implements
Inherited Members
Remarks
Immutable type.
Constructors
Name | Description |
---|---|
NodeTimeInfo(Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>) | Initializes a new instance of the Node |
Properties
Name | Description |
---|---|
Creation |
Creation time of the node (expressed as UTC). |
Empty | Represents the empty Node |
Last |
Last access time of the node (expressed as UTC). |
Last |
Last write time of the node (expressed as UTC). |
Methods
Name | Description |
---|---|
Equals(Node |
Determines whether the specified |
Equals(Object) | Determines whether the specified |
Get |
Gets a hash code of this object. |
Is |
Indicates whether the specified Node |
To |
Returns a string representation of this Node |
With |
Creates new Node |
With |
Creates new Node |
With |
Creates new Node |
Operators
Name | Description |
---|---|
Equality(Node |
Determines whether two specified Node |
Inequality(Node |
Determines whether two specified Node |