VariantTimeToDosDateTime (OLEAUT32.13)
INT VariantTimeToDosDateTime ( double dateIn, USHORT* pwDosDate, USHORT* pwDosTime )
Convert a variant format date into a Dos format date and time.
dateIn [In] VT_DATE time format. pwDosDate [Out] Destination for Dos format date. pwDosTime [Out] Destination for Dos format time.
Success: TRUE. pwDosDate and pwDosTime contains the converted values.
Failure: FALSE, if dateIn cannot be represented in Dos format.
See DosDateTimeToVariantTime for Dos format details and bugs.
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 Nov 2024.