Sets the creation time of the item.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub SetCreationTime ( _
	date As DateTime _
)
C#
public void SetCreationTime(
	DateTime date
)

Parameters

date
Type: System..::..DateTime
The creation time.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also