DayCountBasisgetByName Method
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.16.0.13 (1.16.0.13)
public static DayCountBasis getByName(
string name
)
Public Shared Function getByName (
name As String
) As DayCountBasis
- name String
-
The name of a DayCountBasis implementation.
DayCountBasis
A DayCountBasis pointer that corresponds to the provided name.
If an implementation cannot be found for the provided name,
then 0 is returned.