| 22 | } |
| 23 | |
| 24 | winrt::Windows::Foundation::DateTime WinRTFileTime::CreateTime() |
| 25 | { |
| 26 | return winrt::clock::from_FILETIME(createTime); |
| 27 | } |
| 28 | |
| 29 | winrt::Windows::Foundation::DateTime WinRTFileTime::LastAccessTime() |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected