BusinessDayAdjustTypegetByValue Method

Get a reference to a BusinessDayAdjustType for the given value.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public static BusinessDayAdjustType getByValue(
	int value
)

Parameters

value  Int32
the value assigned to the BusinessDayAdjustType instance as returned by the getValue() method.

Return Value

BusinessDayAdjustType
a reference to a BusinessDayAdjustType object for the given value, or null if the value is unsupported.

See Also