'DeclarationProtected Overridable Function ConvertDatePartsToValue( _ ByVal pParams As GeneralFormatter.FpseDecodeParameters, _ ByVal lCurrYear As Integer, _ ByVal lCurrCentury As Integer, _ ByVal usCentSplitYear As Integer, _ ByRef dtRetDate As Date _ ) As Boolean
'UsageDim instance As GeneralFormatter Dim pParams As GeneralFormatter.FpseDecodeParameters Dim lCurrYear As Integer Dim lCurrCentury As Integer Dim usCentSplitYear As Integer Dim dtRetDate As Date Dim value As Boolean value = instance.ConvertDatePartsToValue(pParams, lCurrYear, lCurrCentury, usCentSplitYear, dtRetDate)
protected virtual bool ConvertDatePartsToValue( GeneralFormatter.FpseDecodeParameters pParams, int lCurrYear, int lCurrCentury, int usCentSplitYear, ref DateTime dtRetDate )
Parameters
- pParams
- Decode parameters
- lCurrYear
- Current year
- lCurrCentury
- Current century
- usCentSplitYear
- Century split year
- dtRetDate
- Return date time
Return Value
true if the date parts could be converted to a date value; false otherwise