Parameters
- pParams
- lCurrYear
- lCurrCentury
- usCentSplitYear
- retDateTimeObj
Return Value
bit flag about the results of the conversion: fpseDecodeDateResultsMask 0x03 (bits 0 and 1) FPSE_DECODE_NODATE 0x00 // no date specified in string fpseDecodeInvalidDate 0x01 // date specified but invalid fpseDecodeValidDate 0x02 // specified and valid fpseDecodeTimeResultsMask 0x0C (bits 3 and 4) FPSE_DECODE_NOTIME 0x00 // no time specified in string fpseDecodeInvalidTime 0x04 // time specified but invalid fpseDecodeValidTime 0x08 // specified and valid