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