[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.GeneralFormatter.ConvertDatePartsToValue

ConvertDatePartsToValue Method

ConvertDatePartsToValue(FpseDecodeParameters, int, int, int, ref DateTime)

Given the date parts, convert to a date value.

Declaration
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
Parameters
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

Returns
Type Description
bool

true if the date parts could be converted to a date value; false otherwise