VariantTimeToSystemTime (OLEAUT32.185)
INT VariantTimeToSystemTime ( double dateIn, LPSYSTEMTIME lpSt )
Convert a variant VT_DATE into a System format date and time.
datein | [In] | Variant VT_DATE format date. |
lpSt | [Out] | Destination for System format date and time. |
Success: TRUE. *lpSt contains the converted value.
Failure: FALSE, if dateIn is too large or small.
Declared in "include/oleauto.h". gitlab.winehq.org/wine/wine/blob/master/include/oleauto.h
Implemented in "dlls/oleaut32/variant.c". gitlab.winehq.org/wine/wine/blob/master/dlls/oleaut32/variant.c
Debug channel "variant".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Dec 2024.