DosDateTimeToVariantTime function oleaut32
Converts the MS-DOS representation of time to the date and time representation stored in a variant.
INT DosDateTimeToVariantTime(
USHORT wDosDate,
USHORT wDosTime,
DOUBLE *pvtime
);
Implementation
int DosDateTimeToVariantTime(
int wDosDate, int wDosTime, Pointer<Double> pvtime) =>
_DosDateTimeToVariantTime(wDosDate, wDosTime, pvtime);