<PackageReference Include="System.Drawing.Common" Version="10.0.0" />

Windows.Win32.Foundation.FILETIME

struct FILETIME
Describes FILETIME and provides syntax, members, and additional remarks.
namespace Windows.Win32.Foundation { internal struct FILETIME { public FILETIME(DateTime date); public DateTime ToDateTime(); } }