NAME

VariantTimeToSystemTime  (OLEAUT32.185)

SYNOPSIS

 INT VariantTimeToSystemTime
 (
  double       dateIn,
  LPSYSTEMTIME lpSt
 )

DESCRIPTION

Convert a variant VT_DATE into a System format date and time.

PARAMS

datein [In] Variant VT_DATE format date.
lpSt [Out] Destination for System format date and time.

RETURNS

Success: TRUE. *lpSt contains the converted value.

Failure: FALSE, if dateIn is too large or small.

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.