NodeTimeInfo.WithCreateTime Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9448)
WithCreateTime(DateTime)
Creates new NodeTimeInfo instance with all properties equals to the current
instance properties except the property CreationTime, which is set to createTime value.
Declaration
public NodeTimeInfo WithCreateTime(DateTime createTime)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | createTime | New creation time (expressed as UTC). |
Returns
| Type | Description |
|---|---|
| NodeTimeInfo | New NodeTimeInfo instance with all properties equals to the current
instance properties except the property CreationTime, which is set to |