DirectoryInfo: CreationTime (set)

CreationTime

Sets the creation time for the directory in local time.



 Public Property Set CreationTime(
	  ByVal RHS As Variant )

Parameters

RHS
[ByVal] Variant. A cDateTime object of the new time.

Remarks

The time has the UTC timezone offset applied to it before being written to the directory.

Read/Write.

See Also

Project VBCorLib Overview Class DirectoryInfo Overview DirectoryInfo Properties DirectoryInfo Methods CreationTime (let) CreationTimeUtc (get)