InterestFrequencygetByValue Method
Get a pointer to an InterestFrequency for the given value
( periods per year ).
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public static InterestFrequency getByValue(
int value
)
Public Shared Function getByValue (
value As Integer
) As InterestFrequency
- value Int32
- the number of periods per year.
InterestFrequency
a pointer to an InterestFrequency object for the given value,
or null if the value is unsupported.
The pointer returned references one of the static instances
managed by InterestFrequency and must not be deleted.