MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / LastAccessTime

Method LastAccessTime

FastCopy/FileTime.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29winrt::Windows::Foundation::DateTime WinRTFileTime::LastAccessTime()
30{
31 return winrt::clock::from_FILETIME(lastAccessTime);
32}
33
34winrt::Windows::Foundation::DateTime WinRTFileTime::LastWriteTime()
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected