CoDosDateTimeToFileTime (ole32)
Last changed: anonymous

.
Summary
Converts the MS-DOS representation of the time and date to a FILETIME structure.

C# Signature:

[DllImport("ole32.dll", ExactSpelling=true)]
static extern bool CoDosDateTimeToFileTime(
   ushort nDosDate,
   ushort nDosTime,
   out FILETIME lpFileTime);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation