Sets the creation date and time, in Coordinated Universal Time (UTC) format, for the specified file or directory.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static void SetCreationTimeUtc(
string path,
DateTime creationTimeUtc
) |
Visual Basic |
---|
Public Shared Sub SetCreationTimeUtc ( _
path As String, _
creationTimeUtc As DateTime _
) |
Visual C++ |
---|
public:
static void SetCreationTimeUtc(
String^ path,
DateTime creationTimeUtc
) |
Parameters
- path
- Type: System..::..String
The file or directory for which to set the creation date and time information.
- creationTimeUtc
- Type: System..::..DateTime
An object that contains the value to set for the creation date and time of path. This value is expressed in UTC time.
See Also