VariantTimeToDosDateTime function oleaut32
Converts the variant representation of a date and time to MS-DOS date and time values.
INT VariantTimeToDosDateTime(
DOUBLE vtime,
USHORT *pwDosDate,
USHORT *pwDosTime
);
Implementation
int VariantTimeToDosDateTime(
double vtime,
Pointer<Uint16> pwDosDate,
Pointer<Uint16> pwDosTime,
) => _VariantTimeToDosDateTime(vtime, pwDosDate, pwDosTime);