Spread WinForms 15
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)

Parameters

pParams
retTime

Return Value

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