[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.GeneralFormatter.ConvertTimePartsToValue

ConvertTimePartsToValue Method

ConvertTimePartsToValue(FpseDecodeParameters, ref TimeSpan)

Given the time parts, convert to a time value.

Declaration
protected virtual bool ConvertTimePartsToValue(GeneralFormatter.FpseDecodeParameters pParams, ref TimeSpan retTime)
Protected Overridable Function ConvertTimePartsToValue(pParams As GeneralFormatter.FpseDecodeParameters, ByRef retTime As TimeSpan) As Boolean
Parameters
Type Name Description
GeneralFormatter.FpseDecodeParameters pParams

Decode parameters

TimeSpan retTime

The time

Returns
Type Description
bool

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