[]
Given the date parts, convert to a date value.
protected virtual bool ConvertDatePartsToValue(GeneralFormatter.FpseDecodeParameters pParams, int lCurrYear, int lCurrCentury, int usCentSplitYear, ref DateTime dtRetDate)
Protected Overridable Function ConvertDatePartsToValue(pParams As GeneralFormatter.FpseDecodeParameters, lCurrYear As Integer, lCurrCentury As Integer, usCentSplitYear As Integer, ByRef dtRetDate As Date) As Boolean
Type | Name | Description |
---|---|---|
GeneralFormatter.FpseDecodeParameters | pParams | Decode parameters |
int | lCurrYear | Current year |
int | lCurrCentury | Current century |
int | usCentSplitYear | Century split year |
DateTime | dtRetDate | Return date time |
Type | Description |
---|---|
bool | true if the date parts could be converted to a date value; false otherwise |