DirectorySetCreationTime Method |
Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void SetCreationTime(
string path,
DateTime creationTime
)
Public Shared Sub SetCreationTime (
path As String,
creationTime As DateTime
)
public:
static void SetCreationTime(
String^ path,
DateTime creationTime
)
static member SetCreationTime :
path : string *
creationTime : DateTime -> unit
Parameters
- path
- Type: SystemString
- creationTime
- Type: SystemDateTime
See Also