| 27 | } |
| 28 | |
| 29 | winrt::Windows::Foundation::DateTime WinRTFileTime::LastAccessTime() |
| 30 | { |
| 31 | return winrt::clock::from_FILETIME(lastAccessTime); |
| 32 | } |
| 33 | |
| 34 | winrt::Windows::Foundation::DateTime WinRTFileTime::LastWriteTime() |
| 35 | { |
nothing calls this directly
no outgoing calls
no test coverage detected