Get a pointer to the DayCountBasis implementation that corresponds to the provided name.

Namespace:  com.ftlabs.fisa
Assembly:  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.

Return Value

A DayCountBasis pointer that corresponds to the provided name. If an implementation cannot be found for the provided name, then 0 is returned.

See Also