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

Method CreateTime

FastCopy/FileInfoViewModel.h:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 winrt::hstring Filename();
18
19 winrt::Windows::Foundation::DateTime CreateTime() { return m_fileTime.CreateTime(); }
20 winrt::Windows::Foundation::DateTime LastAccessTime() { return m_fileTime.LastAccessTime(); }
21 winrt::Windows::Foundation::DateTime LastWriteTime() { return m_fileTime.LastWriteTime(); }
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected