[DllImport("coredll.dll")] public static extern void SystemTimeToFileTime( ref SYSTEMTIME lpSystemTime, out FILETIME lpFileTime );
Microsoft documentation: Link
Last updated 1 year ago