Sets the modification date and time of the specified remote file.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Sub SetFileDateTime ( _
	remotePath As String, _
	newDateTime As DateTime _
)
C#
void SetFileDateTime(
	string remotePath,
	DateTime newDateTime
)

Parameters

remotePath
Type: System..::..String
The path of the remote file.
newDateTime
Type: System..::..DateTime
The date and time to set.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also