TimeValue
Class
Implements the TIMEVALUE function, parsing text-formatted time strings into time serial numbers in the range 0–0.99999999.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class TimeValue : StringsInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<string>StringsInFunctionTimeValue...
Inherited Members
Constructors
Initializes a new TIMEVALUE function instance for converting text-formatted times into serial numbers.
C#
public TimeValue()
Fields
The name of the function.
C#
public static readonly string FunctionName
Methods
Virtual method evaluating the function with System.Object arguments array.
C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<string> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Gets the function info.
C#
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: