DirectoryInfo: CreationTime (get)

CreationTime

Returns the creation time for this directory in local time.



 Public Property Get CreationTime ( ) As Variant

Return Values

Variant -  A CorDateTime object representing the creation time for this directory.

Remarks

The time returned is the UTC time with the timezone offset applied. For Pacific Coast, a -8 hours is added to the time before returning.

Read/Write.

See Also

Project CorLib Overview

Class DirectoryInfo Overview