Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

NodeTimeInfo Constructor

Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9147)

NodeTimeInfo(Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the NodeTimeInfo.

Declaration
public NodeTimeInfo(DateTime? createTime = null, DateTime? lastAccessTime = null, DateTime? lastWriteTime = null)
Parameters
Type Name Description
Nullable<DateTime> createTime

Creation time of the node (expressed as UTC).

Nullable<DateTime> lastAccessTime

Last access time of the node (expressed as UTC).

Nullable<DateTime> lastWriteTime

Last write time of the node (expressed as UTC).

Remarks

Missing or null parameters will have default value MinValue.

Time values with 'local' or 'unspecified' kind are converted to UTC automatically.

In This Article
  • NodeTimeInfo(Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies