VariantTimeToSystemTime function oleaut32

int VariantTimeToSystemTime(
  1. double vtime,
  2. Pointer<SYSTEMTIME> lpSystemTime
)

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);