NAME

VariantTimeToDosDateTime  (OLEAUT32.13)

SYNOPSIS

 INT VariantTimeToDosDateTime
 (
  double  dateIn,
  USHORT* pwDosDate,
  USHORT* pwDosTime
 )

DESCRIPTION

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.

RETURNS

Success: TRUE. pwDosDate and pwDosTime contains the converted values.

Failure: FALSE, if dateIn cannot be represented in Dos format.

NOTES

See DosDateTimeToVariantTime for Dos format details and bugs.

IMPLEMENTATION

Declared in "oleauto.h". https://source.winehq.org/source/include/oleauto.h

Implemented in "dlls/oleaut32/variant.c". https://source.winehq.org/source/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 Apr 2024.