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