Get a pointer to the DayCountBasis implementation that
corresponds to the provided name.
Namespace:
com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801
Syntax
| C# |
|---|
public static DayCountBasis getByName( string name ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function getByName ( _ name As String _ ) As DayCountBasis |
| Visual C++ |
|---|
public: static DayCountBasis^ getByName( String^ name ) |
Parameters
- name
- Type: System..::.String
The name of a DayCountBasis implementation.