DirectoryInfo: CreationTime (let)

CreationTime

Sets the creation time for the directory in local time.

 Public Property Let CreationTime(
	  ByVal RHS As Variant )

Parameters

RHS
[ByVal] Variant. A Date 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