Returns the creation date and utc time of the given directory.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
DateTime GetCreationTimeUtc(
	string path
)
Visual Basic
Function GetCreationTimeUtc ( _
	path As String _
) As DateTime
Visual C++
DateTime GetCreationTimeUtc(
	String^ path
)

Parameters

path
Type: System..::..String
Path of directory.

Return Value

Creation date and time of the given directory.

See Also