DirectoryGetCreationTime Method |
Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static DateTime GetCreationTime(
string path
)
Public Shared Function GetCreationTime (
path As String
) As DateTime
public:
static DateTime GetCreationTime(
String^ path
)
static member GetCreationTime :
path : string -> DateTime
Parameters
- path
- Type: SystemString
Return Value
Type:
DateTime
See Also