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