Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter Class / ConvertTimePartsToValue Method


In This Topic
    ConvertTimePartsToValue Method
    In This Topic
    Given the time parts, convert to a time value.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ConvertTimePartsToValue( _
       ByVal pParams As GeneralFormatter.FpseDecodeParameters, _
       ByRef retTime As TimeSpan _
    ) As Boolean
    'Usage
     
    
    Dim instance As GeneralFormatter
    Dim pParams As GeneralFormatter.FpseDecodeParameters
    Dim retTime As TimeSpan
    Dim value As Boolean
     
    value = instance.ConvertTimePartsToValue(pParams, retTime)
    protected virtual bool ConvertTimePartsToValue( 
       GeneralFormatter.FpseDecodeParameters pParams,
       ref TimeSpan retTime
    )

    Parameters

    pParams
    retTime

    Return Value

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