NodeTimeInfo.IsNullOrEmpty Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9448)
IsNullOrEmpty(NodeTimeInfo)
Indicates whether the specified NodeTimeInfo is null or an Empty NodeTimeInfo.
Declaration
public static bool IsNullOrEmpty(NodeTimeInfo timeInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| NodeTimeInfo | timeInfo | The NodeTimeInfo to test. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the parameter is null or an Empty NodeTimeInfo ("CreationTime=LastAccessTime=LastWriteTime=DateTim.MinValue"), otherwise false. |