DirectoryInfo: CreationTimeUtc (let)

CreationTimeUtc

Sets the creation time as UTC time.

 Public Property Let CreationTimeUtc(
	  ByVal RHS As Variant )

Parameters

RHS
[ByVal] Variant. A Date value as the new time.

Remarks

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

Read/Write.

See Also

Project VBCorLib Overview | Class DirectoryInfo Overview