CoFileTimeToDosDateTime (ole32)
Last changed: anfortas.geo@yahoo.com-216.204.61.86

.
Summary
Converts a FILETIME into MS-DOS date and time values.

C# Signature:

[DllImport("ole32.dll", ExactSpelling=true)]
static extern bool CoFileTimeToDosDateTime(
   [In] ref FILETIME lpFileTime,
   out ushort lpDosDate,
   out ushort lpDosTime);

User-Defined Types:

FILETIME, which is defined in System.Runtime.InteropServices or System.Runtime.InteropServices.ComTypes in the .NET Framework 2.0.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation