发布网友 发布时间:2023-10-25 11:54
共1个回答
热心网友 时间:2023-11-28 07:08
private string FILETIMEtoDataTime(FILETIME time) { try { IntPtr filetime = Marshal.AllocHGlobal( Marshal.SizeOf(typeof(FILETIME)) ); IntPtr systime = Marshal.AllocHGlobal( Marshal.SizeOf(typeof(SYSTEMTIME)) ); Marshal.Structure...