Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed.
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 SetLastAccessTimeUtc(
string path,
DateTime lastAccessTimeUtc
)[ObsoleteAttribute("Note: This method currently throws NotImplementedException because it has not yet been implemented.")]
public void SetLastAccessTimeUtc(
string path,
DateTime lastAccessTimeUtc
)<ObsoleteAttribute("Note: This method currently throws NotImplementedException because it has not yet been implemented.")> _
Public Sub SetLastAccessTimeUtc ( _
path As String, _
lastAccessTimeUtc As DateTime _
)<ObsoleteAttribute("Note: This method currently throws NotImplementedException because it has not yet been implemented.")> _
Public Sub SetLastAccessTimeUtc ( _
path As String, _
lastAccessTimeUtc As DateTime _
)public:
[ObsoleteAttribute(L"Note: This method currently throws NotImplementedException because it has not yet been implemented.")]
void SetLastAccessTimeUtc(
String^ path,
DateTime lastAccessTimeUtc
)
public:
[ObsoleteAttribute(L"Note: This method currently throws NotImplementedException because it has not yet been implemented.")]
void SetLastAccessTimeUtc(
String^ path,
DateTime lastAccessTimeUtc
)
Parameters
- path
- Type:
System String
The file for which to set the access date and time information.
- lastAccessTimeUtc
- Type:
System DateTime
A
DateTime containing the value to set for the last access date and time of path. This value is expressed in UTC time.