VariantTimeToSystemTime function oleaut32
Converts the variant representation of time to system time values.
To learn more, see learn.microsoft.com/windows/win32/api/oleauto/nf-oleauto-varianttimetosystemtime.
Implementation
@pragma('vm:prefer-inline')
int VariantTimeToSystemTime(double vtime, Pointer<SYSTEMTIME> lpSystemTime) =>
_VariantTimeToSystemTime(vtime, lpSystemTime);