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

Method CreateTime

FastCopy/FileTime.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24winrt::Windows::Foundation::DateTime WinRTFileTime::CreateTime()
25{
26 return winrt::clock::from_FILETIME(createTime);
27}
28
29winrt::Windows::Foundation::DateTime WinRTFileTime::LastAccessTime()
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected