FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / TimeFunctionInfo Class / Name Property


In This Topic
Name Property (TimeFunctionInfo)
In This Topic
Gets the name of the function.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Name As String
 
'Usage
 
Dim instance As TimeFunctionInfo
Dim value As String
 
value = instance.Name
See Also