Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
[ObsoleteAttribute("Note: This method currently throws NotImplementedException because it has not yet been implemented.")]
public void SetLastWriteTimeUtc(
string path,
DateTime lastWriteTimeUtc
)[ObsoleteAttribute("Note: This method currently throws NotImplementedException because it has not yet been implemented.")]
public void SetLastWriteTimeUtc(
string path,
DateTime lastWriteTimeUtc
)<ObsoleteAttribute("Note: This method currently throws NotImplementedException because it has not yet been implemented.")> _
Public Sub SetLastWriteTimeUtc ( _
path As String, _
lastWriteTimeUtc As DateTime _
)<ObsoleteAttribute("Note: This method currently throws NotImplementedException because it has not yet been implemented.")> _
Public Sub SetLastWriteTimeUtc ( _
path As String, _
lastWriteTimeUtc As DateTime _
)public:
[ObsoleteAttribute(L"Note: This method currently throws NotImplementedException because it has not yet been implemented.")]
void SetLastWriteTimeUtc(
String^ path,
DateTime lastWriteTimeUtc
)
public:
[ObsoleteAttribute(L"Note: This method currently throws NotImplementedException because it has not yet been implemented.")]
void SetLastWriteTimeUtc(
String^ path,
DateTime lastWriteTimeUtc
)
Parameters
- path
- Type:
System String
The file for which to set the date and time information.
- lastWriteTimeUtc
- Type:
System DateTime
A System.DateTime containing the value to set for the last write date and time of path. This value is expressed in UTC time.