protected virtual bool ConvertDatePartsToValue( GeneralFormatter.FpseDecodeParameters pParams, int lCurrYear, int lCurrCentury, int usCentSplitYear, ref DateTime dtRetDate )
'Declaration Protected 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
'Declaration
Protected 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
'Usage Dim 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)
'Usage
Dim 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)
GeneralFormatter Class GeneralFormatter Members