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

Method LastWriteTime

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

Source from the content-addressed store, hash-verified

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
23 uint64_t Bytes();
24 bool Selected() { return m_selected; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected