[]
Given the time parts, convert to a time value.
protected virtual bool ConvertTimePartsToValue(GeneralFormatter.FpseDecodeParameters pParams, ref TimeSpan retTime)
Protected Overridable Function ConvertTimePartsToValue(pParams As GeneralFormatter.FpseDecodeParameters, ByRef retTime As TimeSpan) As Boolean
Type | Name | Description |
---|---|---|
GeneralFormatter.FpseDecodeParameters | pParams | Decode parameters |
TimeSpan | retTime | The time |
Type | Description |
---|---|
bool | true if the time parts could be converted to a time value; false otherwise |