DirectoryGetLastAccessTime 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 GetLastAccessTime(
string path
)
Public Shared Function GetLastAccessTime (
path As String
) As DateTime
public:
static DateTime GetLastAccessTime(
String^ path
)
static member GetLastAccessTime :
path : string -> DateTime
Parameters
- path
- Type: SystemString
Return Value
Type:
DateTime
See Also